Form input field : Form TextField « Form « HTML / CSS






Form input field


<html>
<body>

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

</body>
</html>


           
       








Related examples in the same category

1.Text Field Example
2.Multi-line Text Field Example
3.Form with action script and textfield
4.Form to email