Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<form = input="type"="action""https://www.freecatphotoapp.com/submit-cat-photo">
</form>
<p>Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img src="https://www.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>
please help me adding a code which do this following
1. The existing input element should be nested within a form element
2. Your form should have an action attribute which is set to https://www.freecatphotoapp.com/submit-cat-photo
and pls tell and explain this nest method i am very confuse in it