Answers

Question and Answer:

  Home  HTML Developer

⟩ Can you name three ways to define a color in html?

1) Hex

2) RGB

3) Name (ie red)

.colorMe {

color:red;

color:#ff0000;

color:rgb(0,0,255);

}

 149 views

More Questions for you: