1. Question: You have to display an image behind an absolutely positioned paragraph text. Which of the following will you use?

    A
    Set negative z-index for the image

    B
    Set positive z-index for the image

    C
    Set negative x-index for the image

    D
    Set positive x-index for the image

    Note: Not available
    1. Report
  2. Question: Which style will always be over-ridden if you are using style definitions in the <head> tag, linked stylesheets using the <link..> tag and imported stylesheets using the @import method, provided same the style is defined using each of these techniques.

    A
    The in-line style

    B
    The style definition in the tag

    C
    The linked stylesheet

    D
    The imported stylesheet @import

    Note: Not available
    1. Report
  3. Question: Which of the following is not a valid page break?

    A
    page-break-inside

    B
    page-break-outside

    C
    page-break-before

    D
    page-break-after

    Note: Not available
    1. Report
  4. Question: Read the following statements:
    @page rotated {size: landscape}
    TABLE {page: rotated; page-break-before: right}
    What does 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 landscape position and rotate the page

    D
    None of the above

    Note: Not available
    1. Report
  5. Question: Which of the following is not a valid property of an aural style sheet?

    A
    cue

    B
    voice-family

    C
    loud

    D
    speak

    Note: Not available
    1. Report
  6. Question: Which element property is required to define internal styles?

    A
    class

    B
    style

    C
    span

    D
    link

    Note: Not available
    1. Report
  7. Question: When are you likely to use an id selector in your stylesheet?

    A
    When you want to apply the style to elements that appear repeatedly on a page

    B
    When you want to apply the style to only one element per page

    C
    The id selector is just like the class selector

    D
    It is better to use the class selector instead

    Note: Not available
    1. Report
  8. Question: How will you link a style sheet named "ssa.css" in your web page?

    A
    <import name=''stylesheet'' url=''ssa.css''>

    B
    <link rel=''stylesheet'' type=''text/css'' href="ssa.css">

    C
    <style name=''stylesheet'' url=''ssa.css''>

    Note: Not available
    1. Report
  9. Question: Due to some reason, you now want all the unordered list items to be numbered. What minimum change in your CSS / HTML will do this?

    A
    Replace all ul with ol in the HTML page

    B
    Set list-style-type:number in the CSS

    C
    Set list-style-type:decimal in the CSS

    D
    Set list-style-type:integer in the CSS

    Note: Not available
    1. Report
  10. Question: You are designing a web site and need to set the background image for all the web pages. You want a small background image to repeat and fill up the whole background. Which of the following body styles is ideal for this?

    A
    body{ background: url(/images/bg.gif); repeat: repeat-x }

    B
    body{ background: url(/images/bg.gif); repeat: repeat-y }

    C
    body{ background-image: url(/images/bg.gif); background -repeat: no-repeat }

    D
    body { background-image: url(images/bg.gif);background-repeat: repeat}

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