Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.
I am new and I can’t understand how to finish this test, somebody help me?

  **Your code so far**
<html>
<body>
  
  
  
  
  
  
  <h1>CatPhotoApp</h1>
  <main>
    <ul>
      <li> Check This Page </li>
      <li> Find out! </li>
      </ul>

      
<h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

hi there,
there is no need to put the ul, and li tags in your code. That is just an example of how lines of code should be intended. Just restart that step and put two spaces more at the beginning of each line of the three child-elements of main.( thats the lines with the h2, the comment and the p).

thank you for your help, if you don’t mind can you help me for step 12? I almost lost my mind :joy:

hii there,
calm down. that will be no problem for you either. Wanted is to put an anchor-tag ( a-element) direct into the text of the p-element, after the words "…to view more .
the words cat photos of this sentence could stay where they are. But you can delete the second cat photos, when ready with your p-element.

Little hint: the dot behind the sentence view more… should be between the closing a-tag and the closing p-tag, at the end.

That happens on its own, when you are wrapping the part “cat photos” in an a-element.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.