Showing posts with label form text field. Show all posts
Showing posts with label form text field. Show all posts

form text field

<html>
<body>

<form>
First name:
<input type="text" name="firstname" />
<br />
Last name:
<input type="text" name="lastname" />
</form>

</body>
</html>