HTML5 placeholder (text)

Placeholder is used to display the text which you would like to appear in the input box to guide the user as to what to enter.

<input name="Website" type="URL" placeholder="Enter your own Web Site Address">