1. Question: Which style will always be over-ridden if you are using style definitions in the tag, linked stylesheets using the tag and imported stylesheets using the @import method, provided the same 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
  2. Question: You want to display a list of items on your webpage using the <li> tag, instead of bullets. You want each list element to be marked by roman numbering, Which style will you use?

    A
    list-style

    B
    list-style-type

    C
    list-marker

    D
    list-style-marker

    Note: Not available
    1. Report
  3. Question: Which of the following options regarding page media groups is wrong?

    A
    continuous/paged

    B
    visual/audio/speech/tactile

    C
    grid/bitmap

    D
    dynamic/interactive/static

    Note: Not available
    1. Report
  4. Question: Which of the following is true for an ID selector?

    A
    It uses a dot as the separator symbol

    B
    It applies the style to only the first element defined with that selector

    C
    It applies the style to only the last element defined with that selector

    D
    It applies the style to all the elements defined with that selector

    Note: Not available
    1. Report
  5. Question: Which of the following is not true for a style sheet?

    A
    A style sheet defines how an HTML element will be displayed

    B
    Internal and external style sheets cannot be used together

    C
    Multiple style definitions will cascade into one

    D
    The same style sheet can be used by many HTML pages

    Note: Not available
    1. Report
  6. 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
  7. Question: Which media event is triggered when there is an error in fetching media data in HTML 5.0?

    A
    onstalled

    B
    onwaiting

    C
    onsuspend

    D
    oninvalid

    Note: Not available
    1. Report
  8. Question: Which of the following video file formats are currently supported by the <video> element of HTML 5.0?

    A
    CCTV

    B
    MPEG 4

    C
    Ogg

    D
    3GPP

    Note: Not available
    1. Report
  9. Question: Which of the following is NOT a valid value for the <iframe> sandbox attribute in HTML 5.0?

    A
    url

    B
    allow-scripts

    C
    allow-same-origin

    D
    allow-forms

    Note: Not available
    1. Report
  10. Question: Which of the following is an INVALID value for the type attribute of command tag?

    A
    checkbox

    B
    radio

    C
    command

    D
    text

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