Answers for "value of input color"

CSS
-1

input type color

<div>
    <input type="color" id="head" name="head"
           value="#e66465">
    <label for="head">Head</label>
</div>
Posted by: Guest on September-01-2020
0

set value of input ype color in html

<input type="color" value="#ffdd33" />
Posted by: Guest on August-11-2021

Browse Popular Code Answers by Language