and
tags with
- Chesapeake Bay Retriever
- German Shepherd
- Yorkshire Terrier
Save index.html and reload it.
It should look like this:
Add font and size formatting for the
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;
}
Save format.css.
Reload index.html.
Change the title of the home page, index.html, to My Favorite Dogs.
Change the bulleted list to a numbered list.
- instead of
- tag.
The bulleted items should be bold:
Save index.html and view it in the browser.Web Layout HTML & CSS
- to generate a numbered list.
Change the numbered list back to a bulleted list.
Make the list items bold.