Hello people, my index.html look like this…
Table Time<body>
<table style="border-collapse:collapse;">
<thead>
<tr>
**<th style"font-size:12px; color:red">Famous Monsters by Birth Year</th>**
</tr>
<tr style="border-bottom:1px solid black;">
<th style="padding:5px;">Famous Monster</th>
<th style="padding:5px;border-left:1px solid black;">Birth Year</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding:5px;">King Kong</td>
<td style="padding:5px;border-left:1px solid black;">1933</td>
</tr>
<tr>
<td style="padding:5px;">Dracula</td>
<td style="padding:5px;border-left:1px solid black;">1897</td>
</tr>
<tr>
<td style="padding:5px;">Bride of Frankenstein</td>
<td style="padding:5px;border-left:1px solid black;">1944</td>
</tr>
</tbody>
</table>
</body>
It says, Oops, tryagain. Add a ‘style’ attribute to the first
Please help!
Thanks,