Inputs 1/4

Inputs are HTML elements that allow the user to provide data/information. They exists in different types and their implementation depends on the client browser. They can also be styled with CSS. Usually, they are used inside forms, which are explained in the 04-forms folder, but they can also be used outside as in these examples.

Text input

Number input

Range input

Radio inputs (single choice)

Checkbox inputs (multiple choice)

Select (menu)

Textarea (Long texte)

For a complete list see W3School Form inputs or HTML5 Doctor forms inputs