Let's get started with a Lists Web Page!
- Open Notepad++
- Open your
index.html
file
- Open your
styles.css
file
- Choose:
File -> New
- Copy the HTML Lists Page Template (HTML) code (below)
- Paste that code into your new file
- Choose:
Save
- Save the file as:
lists.html
- Change the
Save as type:
to: Hyper Text Markup Language file (*.html)
- Change your page title, your Author name, and your page heading to something appropriate
- In your index.html file
- Add a link to this page.
Change: <li>Create a List Page</li>
to: <li><a href="lists.html">Create a List Page</a></li>
- Save your changes
- Click: Run
- Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox
- View your web page
- Make any changes
- Save your changes
HTML Lists Page Template (HTML)
Example