In HTML, a color can be specified using a hexadecimal value in form of
Home | Discussion ForumIn 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 you can display a color by using only
3) In HTML, a color can be specified using a hexadecimal value in form of
4) 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
5) In HTML, hexadecimal values each color defines intensity between?