Answers

Question and Answer:

  Home  Front End Developer

⟩ Explain 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);

}

 195 views

More Questions for you: