Create a Bulleted Unordered List – freeCodeCamp Solutions

Create an unordered list of three things that cats love at the bottom of the page.

<h2>CatPhotoApp</h2>
<main>
  <p>Click here to view more <a href="#">cat photos</a>.</p>

  <a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

<p>Cat Loves:<p/>
  <ul>
    <li>rats</li>
    <li>to sleep all day</li>
    <li>milk</li>
  </ul>
  
</main>
0 0 votes
Article Rating
Was this article helpful?
YesNo
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
Scroll to Top