HTML and CSS Reference
In-Depth Information
14. Using the <link> tag, link the home page to the style sheet
west.css .
The code should look like this:
<html>
<head>
<title>Traveling West On Vacation</title>
<link rel="stylesheet" href="west.css">
</head>
<body>
<table width=”100%” border=”0” cellpadding=”4”
cellspacing=”0” >
<tr>
<td width=”33%” bgcolor=”cccccc”>
<p>California</p>
</td>
<td width=”34%” bgcolor=”cccccc”>
<p>The Rockies</p>
</td>
<td width=”33%” bgcolor=”cccccc”>
<p>The Midwest</p>
</td>
</tr>
</table>
</body>
</html>
Search WWH ::




Custom Search