/

HTML / CSS / JavaScript Tutorial

HTML Forms and inputs elements

[this page | pdf | back links]

The following is a list of HTML forms and inputs elements:

 

Tag

Description

More

Further comments

<datalist>

A list of pre-defined options for input controls

Here

New in HTML 5

<fieldset>

Groups related elements in a form

Here

 

<form>

An HTML form for user input

Here

 

<input>

A (single-line) input control

Here

 

<keygen>

A key-pair generator field (for forms)

Here

New in HTML 5

<label>

A label for an <input> element

Here

 

<legend>

Caption for a <fieldset> element

Here

 

<optgroup>

Group of related options in a drop-down list

Here

 

<option>

An option in a drop-down list

Here

 

<output>

The result of a calculation

Here

New in HTML 5

<select>

A drop-down list

Here

 

<textarea>

Multiline input control

Here

 

 

The default styles applicable to these elements are shown here.

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Elements


Desktop view | Switch to Mobile