HTML and CSS Reference
In-Depth Information
4.
Enter the following code:
<table>
<tr>
<th>IO</th>
<th>EUROPA</th>
<th>GANYMEDE</th>
<th>CALLISTO</th>
</tr>
<tr>
<td><img src=”images/io.jpg” width=”50” height=”50”></td>
<td><img src=”images/europa.jpg” width=”50” height=”50”></td>
<td><img src=”images/ganymede.jpg” width=”50” height=”54”></td>
<td><img src=”images/callisto.jpg” width=”50” height=”51”></td>
</tr>
<tr>
<td>Thrill Seekers Paradise</td>
<td>The Liveliest Moon</td>
<td>Jupiter's Largest</td>
<td>Winter Wonderland </td>
</tr>
</table>
5.
Save your file.
6.
In your browser, open tpa_jupiter.html to view the rendered table, as shown in Figure 16-6.
FiGure 16-6
To see an example from this lesson that shows you how to create a table, watch
the video for Lesson 16 on the DVD with the print book, or watch online at
www.wrox.com/go/html5video .
Search WWH ::




Custom Search