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

HTML Edu Document

Learn html basic startup

Uploaded by

Walid Hasan
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

HTML Edu Document

Learn html basic startup

Uploaded by

Walid Hasan
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

required - to force users to input data in to the submit sec

form - to create a actions for indivitual Buttons

action - will redirec t the preferd link into destination

\Exambple below

<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" required>

<button type="submit">Submit</button>
</form>

</main>

You might also like