How to create a placeholder on a select dropdown in HTML
In HTML there’s this nifty attribute called the placeholder. If you were to create an input text box like this: <input type=”text” placeholder=”Type Here”> It would create a text box with a placeholder in it which you can see below: The text “Type …