Challenge Add Placeholder Text To A Text Field - ashish9342/FreeCodeCamp GitHub Wiki 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"> ⚠️ **GitHub.com Fallback** ⚠️