1. Question: What is the initial value of the animation-iteration-count property?

    A
    1

    B
    2

    C
    5

    D
    None

    Note: Not available
    1. Report
  2. Question: What is the default value of the animation-direction property?

    A
    none

    B
    normal

    C
    alternate

    D
    inherited

    Note: Not available
    1. Report
  3. Question: Is it possible to combine a background image and CSS3 gradients?

    A
    It is possible only when two separate styles are used, "background-image" and "gradient", on an HTML tag.

    B
    It is possible only when "background-image" is used.

    C
    It is possible only when layered HTML tags are used, "background-image" and "gradient".

    D
    It is not possible to combine a background image and CSS3 gradients.

    Note: Not available
    1. Report
  4. Question: What will happen if the cursor property value is set to none?

    A
    The default cursor will be displayed.

    B
    No cursor will be displayed.

    C
    A pointer cursor will be displayed.

    D
    A text cursor will be displayed.

    Note: Not available
    1. Report
  5. Question: What will be the outcome of given code? div[class^="stronger"] { } { ... }

    A
    It applies the rule only on divs who belong to a class that begins with "stronger".

    B
    It applies the rule only on divs of class "stronger".

    C
    It applies the rule only on divs who belong to a class which end with "stronger".

    D
    It applies the rule only on divs who belong to a class which does not contain "stronger" in its name.

    Note: Not available
    1. Report
  6. Question: To apply style on every input element except text, which of the following selectors should be used?

    A
    input:([!type='text'])

    B
    input:not([type="text"])

    C
    input:not([type!="text"])

    D
    input:([type!='text'])

    Note: Not available
    1. Report
  7. Question: For the clear property, which of the following value is not valid?

    A
    none

    B
    left

    C
    right

    D
    top

    Note: Not available
    1. Report
  8. Question: Read the following:
    @page rotated {size: landscape}
    TABLE {page: rotated; page-break-before: right}
    What will this code do?

    A
    It will put all tables on a right-hand side landscape page.

    B
    It will rotate the page if the table is positioned at the right side.

    C
    It will keep the table in the landscape position and rotate the page.

    D
    None

    Note: Not available
    1. Report
  9. Question: What is the initial value of the opacity property?

    A
    1

    B
    0

    C
    normal

    D
    None

    Note: Not available
    1. Report
  10. Question: State whether the following statement is true or false. If a parent element display property is set to none, its children too will not be rendered.

    A
    True

    B
    False

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