All work is to be done in basic HTML. Save in your folder.
Topic = Your choice of issues based on one of
the following National Recognition Days;
|
|
Web Page title in the browser heading - <title> name of page </title> |
5 |
At least 1 horizontal ruler -
<hr> |
|
Background other than the basic default white - <body bgcolor="#ffff99"> |
|
At least 2 images - <img src="filename.jpg"> |
|
At least one image as a hyperlink - <a href="URL"> <img src="filename.jpg"> </a> |
|
Must have a hyperlink to the RCMS school web page |
|
Must have a hyperlink to the Apple Computer Class web page |
|
5 hyperlinks to web pages that help to explain the importance of your chosen day - <a href="URL"> name of webpage </a> (URL is the entire webpage address) | 10 |
Must have at least 5 items in list format explaining opportunities for participating in your chosen day- Choose <ol> or <ul>, use <li> for each item in the list, </ol> or </ul> at the end of the list |
|
Name, Date and Period in upper right corner of the page - <p align=right> text here </p> |
|
Page title centered - <center> | 5 |
Different styles of text - <font face="name of font"> text - </font> | 5 |
Different sizes of text - <font size="xx"> (xx is the size that you want), text - </font> | 5 |
Different colors of text - <font color="#xxxxxx"> (xxxxxx is the color that you want> - text - </font> | 5 |
Overall aesthetics of the page |
10 |
In-Class presentation of your webpage |
10 |
|
|
|
|
Ordered list and unordered list (whichever was not done
previously) |
2 |
Italics |
|
Bold |
|
Border on image |
2 |
Superscript and/or subscript |
|
|
|