html form background color code example
Example 1: html background color
<html>
<body style="background-color:red;">
<p> test <p/>
<body/>
</html>
Example 2: html input background color
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 3: input backgound color
<input style="background-color: gold;" type="text" value="">