Color MCQ Questions and Answers
Home | HTML | Colorhtml color mcq questions - here learn and practice test online objective questions related to html color, where provide lots of html questions.
If You want to download HTML PDF Click Here.
1) In HTML, hexadecimal values each color defines intensity between?
2) In HTML, each parameter in RGB(red, green, blue) defines intensity of color between?
3) RGB stands for
4) In HTML you can display a color by using only
5) In HTML, a color can be specified using a hexadecimal value in form of
6) Choose correct HTML statement for adding a background color
<body bgcolor="yellow">
<body style="background-color : yellow;">
<body color="#yellow">
Both A and B
Answer : D Discuss