1.

Which of the following is the Color Format that is a CSS’s six-digit hexadecimal format as color defined in (X)HTML?(a) Specification defined named colors(b) System Color Names(c) 6-Hex Color(d) 3-Hex Color

Answer» The correct answer is (c) 6-Hex Color

To explain: CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML. 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.


Discussion

No Comment Found