Advanced Computers – Web Design
Messmer High School
Project 5 in the Unit 3 project list
Here is a suggested sequence of steps that will help you write
Project 5 from the Unit 3 assignments.
- Create
a new folder for this assignment in My Documents. Call it Week3P5. You
will put everything you need for this project in this folder. Do not put
anything else in this folder.
- Make
one blank HTML program. Call it links.html. Include the html tags, the
head tags, the body tags, and the title tags. Write the pages so that
inserting html code is easy. Use vertical alignment for the various
opening and closing tags.
- Add an
appropriate title.
- Add
comments in the heading section as follows:
<!--your name -->
<!--the name of the project -->
<!--the date when you began
coding the source module -->
<!--short description of what
this page does -->
See mini-chapter six for a
discussion of comments in html
- Add
the source code for an unordered list with ten elements. Where each
element is a breed of dog.
- Add
the source code for an ordered list of nine items where each item is the
name of a planet, in order from the sun.
- Print
the source code for the html elements. Print a screen shot. Staple them
with the screen shot on top.
End of description.