Menu
×
×
Correct!
Exercise:Add a table row at the end of the table, with two table cells. The two table cells should have the value "Eve Jackson" and "94".
<table>
<tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>Jill Smith</td> <td>50</td> </tr> @(4) @(20) @(11) @(5) </table>
<table>
<tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>Jill Smith</td> <td>50</td> </tr> <tr> <td>Eve Jackson</td> <td>94</td> </tr> </table> Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?