Explore topic-wise MCQs in Technical MCQs.

This section includes 8 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 of the following is equivqlent to rgb(255,99,71)?

A. #ff9971
B. #ffaa71
C. #ff6347
D. #ffa6c8
E.
Answer» D. #ffa6c8
2.

Which of the following color codes of HTML represent the same color? (i) #00ff00 (ii) hsl(120,100%,50%) (iii) rgb(255,99,71)

A. All three.
B. i and ii
C. i and iii
D. ii and ii
Answer» C. i and iii
3.

What is the total number of colors that can be represented using HEX system in HTML?

A. 16^3
B. 16^6
C. 2^6
D. 2^16
Answer» C. 2^6
4.

In HTML, black color can be represented as-

A. #000000
B. #aaaaaa
C. #bbbbbb
D. #ffffff
Answer» B. #aaaaaa
5.

Which color is #ff0000?

A. White
B. Black
C. Red
D. Blue
Answer» D. Blue
6.

<!DOCTYPE html><html><body><p style="__________">A paragraph</p></body></html>
4.#ffffff is equivqlent to which color in rgb color representation?

A. rgb(0,0,0)
B. rgb(100,100,100)
C. rgb(90,90,90)
D. rgb(255,255,255)
Answer» E.
7.

Fill in the blanks from one of the options given below so that the background of the paragraph is filled with color of color code #3cb371.

A. background-color:hex(#3cb371);
B. bg-color:hex(#3cb371);
C. background-color:#3cb371;
D. bg-color:#3cb371;
Answer» D. bg-color:#3cb371;
8.

How the HEX value of color represented in HTML?

A. #rrggbb
B. #rrbbgg
C. #ggrrbb
D. #bbrrgg
Answer» B. #rrbbgg