HTML and CSS Reference
In-Depth Information
8.
Now create the second cell in the row:
Add another <td> tag, the word content , and close the second
cell with a </td> tag:
<body>
<table>
<tr>
<td>links</td>
<td>content</td>
links
content
9.
Close the row with a </tr> tag.
<body>
<table>
<tr>
<td>links</td>
<td>content</td>
</tr>
Search WWH ::




Custom Search