<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="https://freecatphotoapp.com/submit-cat-photo"
<input type="text" placeholder="cat photo URL">
</form>
</main>
Ok, so I do not get a THING! This is what they’re telling me to do:
These are the requirements:
The existing input
element should be nested within a form
element.
Passed
-
Your
form
should have anaction
attribute which is set tohttps://freecatphotoapp.com/submit-cat-photo
-
Your
form
element should have well-formed open and close tags. -
The existing
input
element should be nested within aform
element.
If ANYONE can help, you are a lifesaver!
Have fun and stay safe!
-calamities101
(no, fr this is a rl calamity!)