What is the issue in this one?

Tell us what’s happening:
I am in the middle of creating the “unordered list” or "bullet point " style.
SO why in the task it didn’t say what kind of word should I nest?
or it is voluntarily I could choose a word on my side?

Because I have only realized, that I have to add the extra third word after watching the video.
I am just been concerned: that I would like to understand the task without watching a hint video. v

  • milk
  • cheee
  • coding
  • = ( this word is only been at the video )

Your code so far


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

 <a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<ul>
  <li>milk</li>
  <li>cheee</li>
</ul>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

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

Your list has only two items, you need to have three. You can write whatever you want, it doesn’t need to be like the example or like the video

1 Like

you have added two items.the challege is that yu have to add tree item,u can any word in the third item list.you only clear ur concepts.

@zafarniazi
That is why I am here , to learn the code.

Thanks, that make sense.