The value Attribute

The value Attribute

<form action="">
  First name:<br>
  <input type="text" name="firstname" value="John">
</form>

Specifies the initial value for an input field.

Related concepts

The value Attribute — Structure map

Clickable & Draggable!

The value Attribute — Related pages: