HTML and CSS Reference
In-Depth Information
11. Show the table outlines in a browser—add the attribute
border=”1” to the <table> tag:
<body>
<table border=”1” >
<tr>
<td>links</td>
<td>content</td>
</tr>
</table>
12. Save the page, then view it in the browser.
It should look like this:
Search WWH ::




Custom Search