0% found this document useful (0 votes)
18 views

Add A Submit Button To A Form

The document is about a CatPhotoApp and contains an image of a cat, lists of things cats love and hate, and a form to submit cat photos.

Uploaded by

Ngọc Lộc
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Add A Submit Button To A Form

The document is about a CatPhotoApp and contains an image of a cat, lists of things cats love and hate, and a form to submit cat photos.

Uploaded by

Ngọc Lộc
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<h2>CatPhotoApp</h2>

<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img
src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" 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://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
<button type="submit">Submit</button>
</form>

</main>

You might also like