Horje

How to add HTML <input> type email Attribute

Input type: email

Define a field for an e-mail address (will be automatically validated when submitted).

index.html
Example: HTML
<label for="email">Enter your email:</label>
<input type="email" id="email" name="email"> 

Output should be:

How to add HTML <input> type email Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin