Easy Tutorial
❮ Prop Tablerow Sectionrowindex Prop Style Borderspacing ❯

Input Email type Attribute

Input Email Object

Example

Return the form element type of the email field:


Definition and Usage

The type attribute returns the form type of the email field.

In input type="email", this attribute typically returns "email".


Browser Support

All major browsers support the type attribute.

Note: Internet Explorer 9 (and earlier versions) and Safari do not support the HTML <input> element with type="email".


Syntax

Technical Details

| Return Value: | String, representing the form element type of the email field | | --- | --- |

❮ Prop Tablerow Sectionrowindex Prop Style Borderspacing ❯