Contact Our Development Team
Free Code Tutorials & Open Source Code
HTML Forms - Inputs
Tutorials > HTML > Forms > Inputs
HTML Inputs
There are a large number of inputs in HTML, which we will cover in individual sections for easy reference. To use inputs in HTML, you use the <input /> tag, which is a tag without a closing tag, and uses the type="" attribute to let the browser know which type of input should be shown. The kinds of inputs you can use are:
  • Text
  • Password
  • Checkbox
  • Radio Button
  • Buttons
  • Hidden Fields
  • Submit Buttons
Along with "textarea" and "select" which have different syntax, for large text input and drop down boxes separately. You'll probably recognize almost all of the input types straight away, as you will have seen them on numerous sign up forms around the web. As such, we're not going to go into too much detail about how they work, but will explain some of the attributes they can take.
Page Responses
Currently there have been no responses to this page...
If you have anything to contribute to this tutorial, found a bug, or know a better way of achieving the same goal, please leave your response below.
     
Copyright ©2009, Wired IDS Ltd. | Licensed under Creative Commons Attribution Share-Alike | Load time: 0.3107 seconds