CatPhotoApp
top three things cats hate
- fur balls
- onions
- babies
top three things cats love
- cheese
- milk
- cat food
Your code so far
<h2>CatPhotoApp</h2>
<main>
<p>top three things cats hate</p>
<ol>
<li>fur balls</li>
<li>onions</li>
<li>babies</li>
</ol>
<p>top three things cats love</p>
<ul>
<li>cheese</li>
<li>milk</li>
<li>cat food</li>
</ul>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
.
Challenge: Create an Ordered List
Link to the challenge: