1. Question: CSS Box model consists of

    A
    Content

    B
    Padding

    C
    Border

    D
    Margin

    E
    Outline

    Note: Not available
    1. Report
  2. Question: Which of the following statement is correct for the two values shorthand property in CSS box model?

    A
    The first one applies to the top and bottom, and the second one to the left and right.

    B
    The first one applies to the left and right, and the second one to the top and bottom.

    C
    The first one applies to the top and right, and the second one to the bottom and left.

    D
    The first one applies to the left and top, and the second one to the right and bottom.

    Note: Not available
    1. Report
  3. Question: Which of the following statement is correct for the three values shorthand property in CSS box model?

    A
    The first one applies to the top, the second one to the left and right, and third one to the bottom.

    B
    The first one applies to the left, the second one to the top and bottom, and third one to the right.

    C
    The first one applies to the right, the second one to the top and bottom, and third one to the left.

    D
    The first one applies to the bottom, the second one to the left and right, and third one to the top.

    Note: Not available
    1. Report
  4. Question: Which of the following statement is correct for the four values shorthand property in CSS box model?

    A
    The values are applied in clockwise order starting from the top.

    B
    The values are applied in counter clockwise order starting from top.

    C
    The values are applied in clockwise order starting from the left.

    D
    The values are applied in counter clockwise order starting from the left.

    Note: Not available
    1. Report
  5. Question: Which of the following statement is correct for the one value shorthand property in CSS box model?

    A
    Applies equally to all four sides.

    B
    Applies only to the left side.

    C
    Applies only to the left and right sides.

    D
    invalid for the one value

    Note: Not available
    1. Report
  6. Question: Which of the following CSS property is used to make the element block or inline?

    A
    display

    B
    inline-block

    C
    none

    D
    block

    Note: Not available
    1. Report
  7. Question: Which of the CSS property is used to add scroll bars to the overflowed content?

    A
    hide

    B
    overflow

    C
    display

    D
    none

    Note: Not available
    1. Report
  8. Question: Which of the following value is not correct for the overflow CSS property?

    A
    visible

    B
    hidden

    C
    scroll

    D
    auto

    E
    hide

    Note: Not available
    1. Report
  9. Question: Which of following CSS property is used to hide the elements and all its children so that any subsequent elements move up and take their place?

    A
    display

    B
    visiblity

    C
    show-hide

    D
    visible-hidden

    E
    none

    Note: Not available
    1. Report
  10. Question: Which of the following value is not correct for the CSS display property?

    A
    block

    B
    inline-block

    C
    list-item

    D
    none

    E
    inline

    F
    block-table

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