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