default-value attribute

Inherited:no
Used By:input
See:type

This attribute can be used to set the default value for any input field where type is "text" or "select". The default value is used when the form is reset.

This sets the value and default vaule for some form fields:

<input type="text" name="name" default-value="John Smith"/>