our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Change the title of the home page,
index.html
, to
My Favorite Dogs
.
Change the bulleted list to a numbered list.
TIP:
Use
<ol>
instead of
<ul>
to generate a numbered list.
Change the numbered list back to a bulleted list.
Make the list items bold.
TIP:
Instead of using the
<b>
tag in
index.html
, open
format.css
and put the property
font-weight: bold
into the formatting for the
<li>
tag.
Save
index.html
and view it in the browser.
The bulleted items should be bold:
<< BACK
NEXT >>