1. Question: You defined some links as follows:
    a:link{color:green}
    a:visited{color:blue}
    a:hover{color:red}
    a:active {color: black}
    What will be the color, when the mouse goes over a link?

    A
    Green

    B
    Blue

    C
    Red

    D
    Black

    Note: Not available
    1. Report
  2. Question: Which style property can be used to display only some part of an image?

    A
    snap

    B
    clip

    C
    scroll

    D
    visible

    Note: Not available
    1. Report
  3. Question: How will you display text as a superscript?

    A
    vertical-align: super

    B
    vertical-align: superscript

    C
    vertical-align: top

    Note: Not available
    1. Report
  4. Question: While displaying some text on a web page you want to increase the spacing between the words and bring the letters within the word closer to each other. Which of the following is the best style definition if you are targeting all the paragraphs?

    A
    par {letter-spacing: 3px; word-spacing: -5px}

    B
    par{letter-spacing: -0.8px; word-spacing: 25px}

    C
    p {l-spacing: 3px; w-spacing: -5px}

    D
    p {letter-spacing: -0.8px; word-spacing: 25px}

    Note: Not available
    1. Report
  5. Question: Here is one of the styles defined in your webpage:
    .redborder
    {
    border-color:#ff0000;
    border-width:thin thick
    }
    What type of border will be displayed if one of the paragraphs defined in the webpage uses this style?

    A
    This will display a red border with thin top and bottom out display any border

    B
    This will display a red border with thick top and bottom

    C
    This will display a red border with thick left and right

    D
    This will n

    Note: Not available
    1. Report
  6. Question: Which of the following font properties deals with aspect value?

    A
    font-weight

    B
    font-variant

    C
    font-size-adjust

    D
    font-size

    Note: Not available
    1. Report
  7. Question: Background-position sets the position of the background image. What happens if its value is 0%0%?

    A
    Image will have zero width and height so it will be hidden.

    B
    Image will be positioned at the upper left corner.

    C
    Image will be positioned at the lower right corner

    D
    None of the above

    Note: Not available
    1. Report
  8. Question: The following is a style definition:
    d#aln
    { text-align: center;
    color: blue }
    How will you refer to this style in your web page?

    A
    By using the class attribute on a td cell

    B
    By using the id attribute on a td cell

    C
    By using the class attribute on any HTML element which supports the class attribute

    D
    By using the id attribute on any HTML element which supports the id attribute

    Note: Not available
    1. Report
  9. Question: Which of the following are correct values of the overflow property?

    A
    visible

    B
    hidden

    C
    scroll

    D
    auto

    Note: Not available
    1. Report
  10. Question: Is it possible to force a style definition in a linked stylesheet to over-ride an in-line style definition?

    A
    Yes

    B
    No

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