Horje

How to add HTML <input> type color Attribute

Input type: color

Select a color from a color picker.

index.html
Example: HTML
<label for="favcolor">Select your favorite color:</label>
<input type="color" id="favcolor" name="favcolor"> 

Output should be:

How to add HTML <input> type color Attribute




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