SyntaxFix
Write A Post
Hire A Developer
Questions
The value content attribute gives the default value of the input element. - http://www.w3.org/TR/html5/forms.html#attr-input-value
The value content attribute gives the default value of the input element.
- http://www.w3.org/TR/html5/forms.html#attr-input-value
To set the default value of an input element, use the value attribute.
value
<input type="text" value="default value">