What is missing

Tell us what’s happening:
I nested the right elements why is this still wrong?

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>
  <form>action="/submit-cat-photo">
  <input type="text"
  placeholder="cat photo URL"> </form>
  
  
  
</main>

Your browser information:

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

Link to the challenge:

syntax error. Watch where you place attributes.

<form>action="/submit-cat-photo">

You already got the answer, but i would like to make one point.

Pay attention to the color coding the editor provides you. If you compare the color of the incorrect markup with the other HTML you can see that attributes have a light blue color and the values are…whatever that brown-orange color is.

I think you made a problem in code below. You can read more suggestion in the left and recheck everytime can’t run well.

action="/submit-cat-photo"> ```