Below the heading, insert a paragraph:
Dogs Home Page
These are my favorite breeds of dog:
Save index.html.
Reload index.html in the browser.
In Notepad, open format.css.
Add formatting for the
(paragraph) tag:
h1 {font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size:16pt;
}p {
font-family: arial,helvetica,sans serif;
font-size: 10pt;
}
Reload index.html in the browser.