HTML

<!DOCTYPE html>
<html>
<body>
 
<form>
  First name:<br>
  <input type="text" name="firstname">
  <br>
  Last name:<br>
  <input type="text" name="lastname">
</form>
 
<p>Note that the form itself is not visible.</p>
 
<p>Also note that the default width of a text input field is 20 characters.</p>
 
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *