1. Question: How do you add a background color for all <h1> elements?

    A
    h1.all {background-color:#FFFFFF}

    B
    all.h1 {background-color:#FFFFFF}

    C
    h1 {background-color:#FFFFFF}

    Note: Not available
    1. Report
  2. Question: How do you change the text color of an element?

    A
    fgcolor:

    B
    color:

    C
    text-color:

    D
    text-color=

    Note: Not available
    1. Report
  3. Question: The CSS3 Color module expands the type of color formats that you can use in websites to include

    A
    HSL and alpha transparency.

    B
    RGB

    C
    HSL

    D
    RBGA

    Note: Not available
    1. Report
  4. Question: Which of the following option(s) CSS offers for setting color vales

    A
    Color keywords

    B
    Hexadecimal notation

    C
    RGB (red, green, blue) format

    D
    HSL (hue, saturation, lightness) format (CSS3)

    E
    RGBA (red, green, blue with alpha transparency) format (CSS3)

    F
    HSLA (hue, saturation, lightness with alpha transparency) format (CSS3)

    G
    HLAS (hue, lightness, with alpha transparency , saturation ) format (CSS3)

    Note: Not available
    1. Report
  5. Question: Hexadecimal numbers allows you to select 256 shades of each value, representing more than

    A
    8 million colors

    B
    16 million colors

    C
    32 million colors

    D
    62 million colors

    Note: Not available
    1. Report
  6. Question: The SVG color keywords are widely supported by current browsers, so they should be safe to use in your style sheets.

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: Which of the following statement is correct for hexadecimal notation?

    A
    The color value must begin with the hash or pound sign (#). Omitting the # is a common cause of errors.

    B
    You can use six-digit or three-digit hexadecimal values

    C
    The letter A-F in a hexadecimal value are case-insensitive. It doesn't matter whether you use uppercase or lowercase, or even a mixture of the two.

    D
    You must use six-digit hexadecimal values

    E
    The color value can begin with the hash (#) sign but it is optional.

    Note: Not available
    1. Report
  8. Question: Which of the following are correct RBG color value for red?

    A
    rgb(255,0,0)

    B
    rgb(100%,0%,0%)

    C
    rgb(255px,0px,0px)

    D
    rgb(255,0,0,0.5)

    E
    rbg(255,0,0)

    Note: Not available
    1. Report
  9. Question: Which of the following are correct functions for CSS Color module?

    A
    rbg()

    B
    rgb()

    C
    rgba()

    D
    hsla()

    E
    hsl()

    Note: Not available
    1. Report
  10. Question: What are the possible ways to specify color in the CSS property?

    A
    Color keywords

    B
    Hexadecimal notation

    C
    RGB (red, green, blue) format

    D
    HSL (hue, saturation, lightness) format (CSS3)

    E
    RGBA (red, green, blue with alpha transparency) format (CSS3)

    F
    HSLA (hue, saturation, lightness with alpha transparency) format (CSS3)

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd