1. Question: The default value for the overflow property is:

    A
    scroll

    B
    visible

    C
    hidden

    D
    auto

    Note: Not available
    1. Report
  2. Question: Which of the following is true for a class selector?

    A
    It uses a hash as the separator symbol

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

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

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

    Note: Not available
    1. Report
  3. Question: which of the following properties specifies the minimum number of lines of a paragraph that must be left at the bottom of a page?

    A
    orphans

    B
    widows

    C
    bottom

    D
    overflow

    Note: Not available
    1. Report
  4. Question: The font " Times New Roman " has an aspect value of 0.46. What do you understand from this?

    A
    When font size is set to 46pt, the height of the letter x will be 100pt

    B
    When font size is set to 100pt, the height of the letter x will be 46pt

    Note: Not available
    1. Report
  5. Question: You want to define the same media style for both print and screen media. Which of the following is the correct structure for the style?

    A
    @media screen, print {  span.med{font-weight:bold}  }

    B
    .media screen, print {  span.med{font-weight:bold}  }

    C
    .media screen print {  span.med{font-weight:bold}  }

    D
    #media screen, print {  span.med{font-weight:bold}  }

    Note: Not available
    1. Report
  6. Question: Which of the following values are correct for font-style?

    A
    normal, wider, narrower

    B
    normal, italic, oblique

    C
    normal, bold, lighter

    D
    small, medium, large

    Note: Not available
    1. Report
  7. Question: Which of the following is not a pseudo class?

    A
    link

    B
    active

    C
    lang

    D
    ins

    Note: Not available
    1. Report
  8. Question: You defined two styles as follows: td.right {text-align: right} td.left {text-align: left} Which of the following is the right way to use them in an HTML page?

    A
    <td class="td.right">Some Text</td>

    B
    <td class="right" class="left">Some Text</td>

    C
    <td class="td.left" class="td.right">Some Text</td>

    D
    <td class="right">Some Text</td>

    Note: Not available
    1. Report
  9. Question: The following is a style definition:
    BODY {background: url('banner.jpeg') right top}
    What is the percentage of the background-position?

    A
    0% 0%

    B
    0% 100%

    C
    100% 0%

    D
    100% 100%

    Note: Not available
    1. Report
  10. Question: Consider this style definition:
    p,i { color:red }
    What do you understand about the contextual selector used above?

    A
    All the text within a paragraph will be italicized

    B
    All the italic text in the page will have red color

    C
    All the page text under <p></p> tag and <i></i> tag will be red

    D
    All the italic text within a paragraph will be red

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