Html5 color Tag

Html5 input color is a color field type attribute. which can use to create an RGB(red,green,blue) color format to user input.The color type text box does support color format only.

Example Code



<!DOCTYPE HTML>
<input name="color_box" type="color">

Out Put :

Screen Shot :





Content