Featured

HTML input text field | HTML input text box, checkbox #radio box #submit, #reset button, Lecture .8



Published
HTML password field | HTML input password
HTML Text field | HTML input text
HTML checkbox field | HTML input checkbox
HTML radio button | HTML input radio button
HTML submit button | HTML submit
HTML form tag | HTML form tag attributes
Technical coding
--------------------------------------------------------------------------------------------
input fields come in several flavors including checkboxes, text fields, radios, and form submission buttons. The input / tag does not require a closing tag and is thus an "all in one" tag.
To specify one type of input tag from another we set the type attribute to one of the following values.

"text"
"password"
"checkbox"
"radio"
"submit"
"reset"
------------------------------------------------------------------------------------------------
Category
Web design
Be the first to comment