our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Link the page to a style sheet called
format.css
.
The code should look like this:
<html>
<head>
<link rel="stylesheet" href="format.css">
<title>Traveling Down South</title>
</head>
<body>
<div id="links">
Links
</div>
</body>
</html>
On this page, there will be an area for navigational links, and an area for the page's content.
Links
Content
You've created the area for links:
Links
Content
<< BACK
NEXT >>