Advanced Computers – Web Design
Messmer High School
Project 4 in the Week 3 project list
Here is a suggested sequence of steps that will help you
write Project 4 from the Week three assignments.
- Create
a new folder for this assignment in My Documents. Call it Week3P4. 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 ineqal.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.
- Write
five algebraic inequalities. Example : 5 + 3 > 7.
- Code
the five inequalities into your web page.
- Check
that each inequality reads correctly.
- 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
- Print
the source code for the html elements. Print a screen shot. Staple them
with the screen shot on top.
End of description.