CA Resources

Input

The input element is used to create interactive form controls for user data input.

The <input /> element can be displayed in several ways, depending on the type attribute.

The type attribute specifies the type of input element to display.

The name attribute is use to reference elements in a JavaScript, or to reference for data after a form is submitted.

Input Example

On this page

Edit on GitHub