1. 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
  2. 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
  3. 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
  4. 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
  5. Question: By default, most browsers display text in

    A
    Times New Roman

    B
    Verdana

    C
    Arial

    D
    Calibri

    Note: Not available
    1. Report
  6. Question: Which of the following is not font property in the CSS?

    A
    font-type

    B
    font-style

    C
    font-weight

    D
    font

    Note: Not available
    1. Report
  7. Question: Font size can not be set using

    A
    Absolute-size keywords

    B
    Relative-size keywords

    C
    Length

    D
    Percentages

    E
    extray-large keyword

    Note: Not available
    1. Report
  8. Question: Which is not correct value for font-style property?

    A
    italic

    B
    normal

    C
    oblique

    D
    bold

    Note: Not available
    1. Report
  9. Question: Which is not correct value for font-weight property?

    A
    bold

    B
    bolder

    C
    lighter

    D
    italic

    Note: Not available
    1. Report
  10. Question: Which CSS property is used to make the text to be bold?

    A
    text-bold

    B
    font-weight

    C
    bold

    D
    font-bold

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