HTML Edu Document
HTML Edu Document
\Exambple below
<h2>CatPhotoApp</h2>
<main>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<ol>
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
</ol>
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
<button type="submit">Submit</button>
</form>
</main>