To make an HTML text box show a hint when empty, we set the placeholder attribute.
For instance, we write
<input name="email" placeholder="Email Address" />
to set the placeholder attribute to Email Address to show that as the placeholder when the input is empty.