1. Question: Which of the following statement is correct?

    A
    When using CSS, positioning can be absolute, relative or dynamic

    B
    The float property for text/images can be left, right or center

    C
    The values for visibility can be true or false

    D
    The display property sets how an element is displayed

    Note: Not available
    1. Report
  2. Question: Which of the following is correct?

    A
    blockquote { text-padding: 2em 4em 5em }

    B
    blockquote { padding-x: 2em 4em 5em }

    C
    blockquote { padding-y: 2em 4em 5em }

    D
    blockquote { padding: 2em 4em 5em }

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

    A
    expanded

    B
    inline-table

    C
    table-row

    D
    table-column-group

    Note: Not available
    1. Report
  4. Question: Which of the following cursor types is not valid?

    A
    wait

    B
    pointer

    C
    text

    D
    image

    Note: Not available
    1. Report
  5. Question: The following is a style definition:
    #styl2
    {
    color: red;
    }
    How will you refer to this style in your web page?

    A
    By using the class attribute in a td cell

    B
    By using the class attribute in any HTML element which supports the class attribute

    C
    By using the id attribute in any HTML element which supports the \'id\' attribute

    Note: Not available
    1. Report
  6. Question: When would you prefer to use the @import technique for applying a style sheet to your web page?

    A
    When you are creating pages for older versions of Netscape Navigator

    B
    When you don't want older browsers like IE4 or Netscape 4 to use the style sheet

    C
    When you want to include a css file in another css file

    D
    There is no such technique available for applying style sheets

    Note: Not available
    1. Report
  7. Question: Which of the following is not a valid list property?

    A
    list-style-type

    B
    list-style-position

    C
    list-style-image

    D
    list-style-align

    Note: Not available
    1. Report
  8. Question: You have the following style definition:
    h2, h4, h5, h6
    {
    color: cyan;
    }
    Which of the following is correct for the above definition?

    A
    Grouping of tags is not allowed in the style definition

    B
    The style definition should span a single line

    C
    Grouping tags should be separated by semicolons

    D
    You can group as many tags as you like

    Note: Not available
    1. Report
  9. Question: Can you define multiple styles for the same HTML element/tag or selector?

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  10. Question: What is the effect of the following style:
    p strong {color: green; }

    A
    All strong text and all paragraph text will be displayed in green color

    B
    All paragraphs that are contained within <strong></strong> tags will be displayed in green color

    C
    All strong text that is contained in a paragraph will be displayed in green color

    D
    Only the paragraph text will be displayed in green color

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