Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 201 Bytes

Challenge-Add-Placeholder-Text-to-a-Text-Field.md

File metadata and controls

3 lines (2 loc) · 201 Bytes

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