1. Question: Which of the following statements are true about CSS?

    A
    Styles are cumulative.

    B
    Inherited styles can be overridden.

    C
    CSS priority is 1. Inline CSS 2. Internal CSS 3. External CSS

    D
    CSS priority is 1. External CSS 2. Internal CSS 3. Inline CSS

    Note: Not available
    1. Report
  2. Question: !important flag of CSS property is not capable of overriding inline, internal and external CSS?

    A
    True

    B
    False

    Note: p{ color: red !important; }
    1. Report
  3. Question: How can one CSS file import another CSS file?

    A
    @include url("basic.css")

    B
    @require url("basic.css")

    C
    @import url("basic.css")

    D
    All

    Note: Not available
    1. Report
  4. Question: Which of the following pseudo-class matches the first letter of element E.

    A
    E:1st-letter

    B
    E:first-character

    C
    E:first-letter

    D
    E:firstletter

    Note: Not available
    1. Report
  5. Question: Which of the following pseudo-class matches elements of type E when the cursor is hovering over it?

    A
    E:mouseover

    B
    E:over

    C
    E:cursor

    D
    E:hover

    Note: Not available
    1. Report
  6. Question: What does a:link mean?

    A
    Visited link

    B
    Unvisited link

    C
    Link when the mouse is over it

    D
    Link when it has focus

    Note: Not available
    1. Report
  7. Question: Which CSS property is used to change mouse cursor?

    A
    mouse-cursor

    B
    mouse-pointer

    C
    cursor

    D
    None

    Note: Not available
    1. Report
  8. Question: Which of the following is not CSS angle unit?

    A
    deg

    B
    red

    C
    grad

    D
    trun

    E
    angle

    Note: Not available
    1. Report
  9. Question: Which of the following is not CSS time unit?

    A
    s

    B
    ms

    C
    mls

    D
    sec

    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