Appearance Formatting
DEFINITIONS:
SERIF Times New Roman is a font that defines a line with the extra curls on the bottom and tops of letters. Sans-serif fonts are easier to read when printed than on computer screens.
SANS-SERIF Arial is a font without (sans) curls. Sans-serif fonts are easier to read on computer screens than when printed.
NEW TAGS:
These new attributes for the body tag will effect the entire document:
<body
bgcolor="color" the entire html page will have this color
text="color" - this will be the default color for the text
link="color" - this will be the default link color
alink="color" - this will be the link color when the user clicks
vlink="color" - this will be the link color after the user visits
background="image.gif" - this will override "bgcolor" and create a pattern by repeating a single image
>
The default text style can be overridden by using the font tag
<font
size="# " - from 1 7, 3 is normal
color="color" - color should contrast the background
face="style" - name more than one
>
Common font face listings:
Note: The <font> tag will eventually be phased out in favor of style sheets. Once you learn style sheets, then you should stop using the <font> tag.
COLORS
|
SAMPLE COLORS IN HEX white = FFFFFF |
EXERCISE: Reformat the Ashmole University pages using these new tags.