CSS Quiz

From the given options which is/are the valid way to represent a color? 00:00:00

Question 1 out of 20


  1. Color : #0000ff;
  2. Color: rgb(0,0,255);
  3. Color: blue;
  4. All of the above