Form input field : Form TextField : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » Form TextField »

 

Form input field




<html>
<body>

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

</body>
</html>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» Form TextField