Create a style sheet
On the Notepad Menu Bar, click File, then New.On the blank page, type:h1 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
}
Save format.css.
font-family: verdana,helvetica,sans serif;
font-weight: bold;
}
or
(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.