In HTML, a color can be specified using a hexadecimal value in form of
#000000
#0 - #255
#RRGGBB
None
Answer : A
View More Related Question
1) RGB stands for
2) In HTML, a color can be specified using a hexadecimal value in form of
3) Choose correct HTML statement for adding a background color
<body bgcolor="yellow">
<body style="background-color : yellow;">
<body color="#yellow">
Both A and B
View Answer
4) In HTML you can display a color by using only
5) In HTML, each parameter in RGB(red, green, blue) defines intensity of color between?