Trying to figure out lesson 6

I’m having issues figuring out this part I’m a new student trying to learn Javascript and I am finding it very difficult.

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
  <h2>Cat Photos</h2>
  <ul>
    <li> Child Element 1 </li>
    <li> Chile Element 2 </li>
  <ul>
  <!-- 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 (X11; CrOS aarch64 14695.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

Not able to understand what is happening here Here’s my previous answer to this :slight_smile:

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