HTML and CSS Reference
In-Depth Information
Practice
1.
Change the title of the home page, index.html , to My
Favorite Dogs .
2.
Change the bulleted list to a numbered list.
Tip: Use <ol> instead of <ul> to generate a numbered list.
3.
Change the numbered list back to a bulleted list.
4.
Make the list items bold.
Tip: Instead of using the <b> tag in index.html , open
format.css and put the attribute
font-weight:bold
into the formatting for the <li> tag.
Search WWH ::




Custom Search