Say I have an input box with default text "name" in it. I would like for the user to click the box, the text stays in the box until the user starts to type.
I am not looking for code to clear the input box after focusing it.
Thanks!
It's placeholder attribute
<input type="text" placeholder="Type your name">