Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

Text Fields 


<input type="text" /> defines a one-line input field that a user can enter text into:


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

How the HTML code above looks in a browser:
First name:
Last name:
Note: The form itself is not visible. Also note that the default width of a text field is 20 characters.
More Tutorial
  1. HTML - Forms
  2. HTML - The Input Element
  3. HTML - Text Fields
  4. HTML - Password Fields
  5. HTML - Radio Buttons
  6. HTML - Checkboxes
  7. HTML - Submit Button
  8. HTML - Form Tags

References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References