Report Bug
Qus : What is the correct way to set background color as blue
Qusपृष्ठभूमि का रंग नीला करने का सही तरीका क्या है

A. background:blue;
B. background-color:rgb(0,0,255);
C. background:#0000FF;
D. All of the above


Solution
D. All of the above






Report Bug