Previous | Next

Full View

Contents of Font Family

Font Family

The code would look like this:

*/this identifies the font family, font size, and colour of the font which is blue for the web page*/

Body {font-family: Verdana, sans-serif;

font-size: 80%;

color: #0000FF}

If you want to add a background colour you would include the code:

background: #FFFFFF

Which would make the background white. Some browsers have a grey background by default.

Copyright Karen McCall, Karlen Communications

22