HTML and CSS Reference
In-Depth Information
Tip: Remember to save it as All Files .
3.
On the blank page, type:
h1 {font-family:verdana,helvetica,sans serif;
font-weight:bold}
Tip: This means that every time a <h1> or </h1> (heading,
size 1) tag comes up on a page in this site, the text they enclose
will be displayed in the font families specified, and bold.
The first font family, verdana , is included with Windows.
The second font family, helvetica , is included with Macs.
The third font family, sans serif , ensures that if a computer
doesn't have the arial or helvetica fonts, the computer will
choose a font that looks like them.
4.
Save format.css .
Search WWH ::




Custom Search