Horje

How is to look HTML Input Type Color

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




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin