Skip to content

Challenge Add Placeholder Text To A Text Field

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Add Placeholder Text to a Text Field

Your placeholder text is what appears in your text input before your user has inputed anything.

You can create placeholder text like so:

<input type="text" placeholder="this is placeholder text">
Clone this wiki locally