|
|
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:
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.
|