HTML and CSS Reference
In-Depth Information
2.
Save index.html and reload it.
It should look like this:
3.
In Notepad, open format.css .
4.
Add font and size formatting for the <li> tags:
h1 {font-family:verdana,helvetica,sans serif;
font-weight:bold; font-size:16pt}
p {font-family:arial,Helvetica,sans serif;
font-size:10pt}
li {font-family:arial,Helvetica,sans serif;
font-size:10pt}
Search WWH ::




Custom Search