

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which one of the following colors will be darkest? |
A. | rgba(255,99,71,0) |
B. | rgba(255,99,71,0.5) |
C. | rgba(255,99,71,0.8) |
D. | rgba(255,99,71,0.2) |
E. | |
Answer» D. rgba(255,99,71,0.2) | |
2. |
Which one of the following colors will be darkest? |
A. | rgb(30,30,30) |
B. | rgb(90,90,90) |
C. | rgb(120,120,120) |
D. | rgb (200,200,200) |
Answer» B. rgb(90,90,90) | |
3. |
Which color will rgb(0,255,0) give? |
A. | red |
B. | green |
C. | tomato |
D. | blue |
Answer» C. tomato | |
4. |
Which color will rgba(255,0,0,0) give? |
A. | red |
B. | black |
C. | tomato |
D. | white |
Answer» E. | |
5. |
Which color do RGB(255,255,255) represent? |
A. | White |
B. | Black |
C. | Red |
D. | Blue |
Answer» B. Black | |
6. |
Which color do RGB(0,0,0) represent? |
A. | White |
B. | Black |
C. | Red |
D. | Blue |
Answer» C. Red | |
7. |
Each of RGB has its value from- |
A. | 0 to 256 |
B. | 0 to 254 |
C. | 0 to 255 |
D. | 1 to 256 |
Answer» D. 1 to 256 | |
8. |
What does R,G and B in RGB value of HTML color mean? |
A. | Red,Green,Blue |
B. | Red,Grey,Black |
C. | Red,Grey,Blue |
D. | Red,Green,Black |
Answer» B. Red,Grey,Black | |
9. |
In HTML, colors can be specified by- |
A. | RGB |
B. | RGBA |
C. | HEX |
D. | All of the above |
Answer» E. | |