form text field

<html>
<body>

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

</body>
</html>

No comments:

Post a Comment