All work is to be done in basic HTML. Save in your folder.
Topic = Ideas for what should be in the
yearbook and the theme of the book
Note - If you want to work on webpage scripting outside of class, you can use the Text app on your Chromebook to write html files, just remember to use .html as the extension, not .txt
|
|
Name,
Date and Period in upper right corner of the page - <p
align=right> text here </p> |
4 |
Web Page title in the browser heading - <title> name of page </title> | 2 |
Background
other than the basic default white - <body
bgcolor="#ffff99"> |
4 |
Page title centered - <center> text or image
</center> |
4 |
At least 1 horizontal ruler - <hr> |
|
At least 2 images - <img src="filename.jpg"> -
filename is what you named the picture |
|
At least one image as a hyperlink - <a href="URL"> <img src="filename.jpg"> </a> |
|
Must have a hyperlink to the Jostens design page |
|
Must have a
hyperlink to the Advanced Computer Class page |
2 |
Must have a hyperlink to the Apple Computer Class web page |
|
Must have at least 3 items in list format - Choose
<ol> or <ul>, use <li> for each item
in the list, </ol> or </ul> at the end of
the list |
|
Different styles of
text - <font face="name of font"> text -
</font> |
4 |
Different sizes of text
- <font size="xx"> (xx is the size that you
want), text - </font> |
4 |
Different colors of
text - <font color="#xxxxxx"> (xxxxxx is the
color that you want> - text - </font> |
4 |
|
|
|
|
Ordered list and unordered list (whichever was not done
previously) |
2 |
Italics |
|
Bold |
2 |
Border on image |
2 |
Superscript and/or subscript |
|
|
|