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

0 points
Submitted by Tobias Konrad
about 11 years

Famous Monster wrong?

I followed the exercise and this is my code:

<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>

After i hit submit it constantly shows me this:

Oops, try again. Make sure your first header cell has a value of ‘Famous Monster’ (no quotes… note the capitalization!)

What have i done wrong?

Answer 5149f0de3dd1e45d5a000164

9 votes

Permalink

I had to submit the code like this for it to be accepted:

points
Submitted by Jason Laney
about 11 years

Answer 51497f459759f21bec001bec

1 vote

Permalink

Wierd, i have reset the whole editor and reentered my code and now it worked. That’s intressting

points
Submitted by Tobias Konrad
about 11 years

Answer 5156e123712af25501001b3e

1 vote

Permalink

that’s correct , sometimes it not works due to internet conectivity

points
Submitted by singh ji
almost 11 years

Answer 5151ee0136ae14d1050004fe

0 votes

Permalink

Apparently, this is incorrect:

points
Submitted by MrRedd
about 11 years

2 comments

MrRedd about 11 years

Why does it say that though? It should disregard the indentions’ values and let me continue D: At least I learned that I can find whatever I need in a forum.

MrRedd about 11 years

Code Academy is still awesome, however, and I love learning how to code! :)

Answer 51689162ea01f7198b000af5

0 votes

Permalink

i think the problem is in the capitalization it’s written like this : “Famous Monster” not “famous monster “ and it’s the same for the other one . it needs only a few focusing excuse me for the Intervention

points
Submitted by Touti Nouh
almost 11 years

Answer 516eb1bef380ed63de001ed2

0 votes

Permalink

The Problem is the indention. follow Jason Laney’s code

points
Submitted by Chad C Syner
almost 11 years

Answer 51a2aa260231816c0300091e

0 votes

Permalink

personally i found the answer

**F**amous **M**onster **B**irth **Y**ear
points
Submitted by celso341
almost 11 years

1 comments

Sinan Ay almost 9 years

thaks now working

Answer 51bc29bb8c1ccce85d0099b6

0 votes

Permalink

it says Oops!try again make sure yourfirst header has a cell of famous monster?how can i solve it?

points
Submitted by Sheikh Sameed
almost 11 years