This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Felin de Tan
over 9 years

HTML Basics III 7/15...

Hi F1 everyone, I have this prompting issue I have this prompting issue: Oops, try again. Make sure your first header cell has a value of ‘Famous Monster’ (no quotes…)

Im not sure if my codes are right but I’m sure I have followed their instructions. I have also include my code here.

Answer 5412f3fe548c35c266001eff

3 votes

Permalink

try this

<body>
    
    <table border="1px">
        <thead>
           <tr>
           <th>
           Famous Monster
           </th>
           <th>
           Birth year
           </th>
          </tr>
        </thead>
        <tbody>
            <tr>
                <td>King Kong</td>
                <td>1933</td>     
            </tr>
            
            <tr>
                <td>Dracula</td>
                <td>1897</td>
            </tr>
            
            <tr>
                <td>Bride of Frankenstein</td>
                <td>1935</td>
            </tr>
        </tbody>
    </table>
    
</body>
points
Submitted by havila01
over 9 years

2 comments

Farhan Hasib over 9 years

See what they said. Remove thead as they said hey will do it next

andreaskrisandy over 9 years

Thanks

Answer 541270868c1cccee07000a6d

0 votes

Permalink

should say Monster

points
Submitted by Mary Cisneros
over 9 years

1 comments

Felin de Tan over 9 years

haha Thanks.. phew!

Answer 542be4b07c82caf82900175a

0 votes

Permalink

F1, I had done the same thing but it isn’t working and this is driving me crazy!! -_-‘

points
Submitted by Shashwat_B
over 9 years

Answer 543fe56e80ff3315860003c9

0 votes

Permalink

You don’t need the tags. So try without them

points
over 9 years

Answer 544a91e5282ae32627000114

0 votes

Permalink

IM STUCK

Chucky 1988
points
over 9 years