HTML and CSS Reference
In-Depth Information
Create lists
1.
With the three breeds of dog, replace the <p> and <br> tags
with <li> (list item) tags:
<ul>
<li> Chesapeake Bay Retriever </li>
<li> German Shepherd </li>
<li> Yorkshire Terrier </li>
</ul>
Search WWH ::




Custom Search