<html>
<body>
<h2>The input Element</h2>
<form action="https://www.w3schools.com/action_page.php">
Enter your name:
<input name="firstname" type="text">
<br><br>
<input type="submit">
</form>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_elem_input by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:33:50 GMT -->
</html>