HTML 2: Enhance Your Website |
|
Weekly Lessons![]()
Contact Me |
Table Challenge: Creating a table with 2 cells, containing 2 different tables.
The format that used for this challenge:
<table>
<tr>
<td>
<table> <tr> <td> </td> </tr> </table>
<table> <tr> <td> </td> </tr> </table>
</td>
</tr>
</table>