Previous lesson had me remove 2 paragraphs and not asking to create a form with said deleted paragraph nesting in forms?

Tell us what’s happening:

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>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<input type="text" placeholder="cat photo URL">
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-F916U1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/13.0 Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Is there a question?

The lessons are somewhat independent. Don’t worry about the previous lesson. For this lesson, take the starting code and do what is asked.

Hi @Kylerine!

Welcome to the forum!

Did you have a question about nesting?
How to create a form?

The more information you provide us the better we can assist you.

I was able to get it figured out. Brand new to this so im sure ill be stuck quite a bit. Thanks so much for such a quick reply to help.

1 Like

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