Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?

  2. A.

     6-Hex Color

    B.

     3-Hex Color

    C.

     RGBS

    D.

     RGBa

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The format specifies color as #rrggbb, where rr is the amount of red, gg the amount of green, and bb the amount of blue, all specified in a hexadecimal value ranging from 00 to FF.


Be The First To Comment