our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
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.
Save
format.css
.
<< BACK
NEXT >>