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

Add Placeholder Text To A Text Field

The document describes a CatPhotoApp that contains a heading, paragraph about viewing cat photos, an image of a cat, lists of things cats love and hate, and an input field to add a cat photo URL.

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)
22 views

Add Placeholder Text To A Text Field

The document describes a CatPhotoApp that contains a heading, paragraph about viewing cat photos, an image of a cat, lists of things cats love and hate, and an input field to add a cat photo URL.

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>
<input type="text" placeholder="cat photo URL">
</main>

You might also like