xxxxxxxxxx
<input placeholder="Enter your username">
This is going to show it in the grey colour and it is erased on focus.
<input defaultValue="Proper Text">
This is going to show it in the normal colour and isn't erased on focus.
xxxxxxxxxx
// user is able to edit the text
<input type="text" defaultValue="This is some default text"/>