<html>
<body>
<h2>The value Attribute</h2>
<p>The value attribute specifies the initial value for an input field:</p>
<form action="#">
First name:<br>
<input type="text" name="firstname" value="John">
<br>
Last name:<br>
<input type="text" name="lastname">
</form>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_input_attributes_value by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:33:51 GMT -->
</html>