Change the Save as type:
to: Hyper Text Markup Language file (*.html)
Copy the Div Layout Page Template (HTML) code (below)
Paste that code into your new divs.html file
Change the title and author information
Change: This is the header area. Put your information here! to the code from your home page including your <h2>, <p>, and <img> tags code
Change the words: Left Column, Middle Column, Right Column to an appropriate link for each lab.
For example, change the first Left Column
to: <p><a href="index.html">Lab 1</a>: Home Page</p>
<p>This lab is my first web page</p>
Change the date the page was last modified
Copy the Styles for Div Layout Page Template (CSS) code
Paste that code into your styles.css file
Change some of the styles (colors, fonts, sizes, etc.)
Click click on your index.html file
Add a link to this lab.
Change: <li>Create a Divs Page</li>
to: <li><a href="divs.html">Create a Divs Page</a></li>
Save your changes
Click: Run
Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox