our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Lay out pages using CSS
Create layout areas
Create a new folder within the
HTML Files
folder called
Travel
.
In Notepad, create a home page (file name
index.html
) titled
Traveling Down South
.
TIP:
Make sure that your new home page has all the necessary tags:
<html>
<head>
<title>Traveling Down South</title>
</head>
<body>
</body>
</html>
Save it in the
Travel
folder.
<< BACK
NEXT >>