1. Question: Which form event is fired on the click of a button using a button tag with its type attribute value equal to submit?

    A
    onload

    B
    onsubmit

    C
    onunload

    D
    onreset

    E
    none

    Note: Not available
    1. Report
  2. Question: Which of the following tags can be used in place of a button tag?

    A
    <legend>

    B
    <reset>

    C
    <input>

    D
    <submit>

    E
    none

    Note: Not available
    1. Report
  3. Question: Which of the following is invalid value for the shape attribute of an area tag?

    A
    circle

    B
    tri

    C
    rect

    D
    poly

    E
    none

    Note: Not available
    1. Report
  4. Question: What is the character-entity representation of the "less than" sign (<)?

    A
    60;#

    B
    &#60;

    C
    &60#;

    D
    #60&;

    E
    none

    Note: Not available
    1. Report
  5. Question: Which of the following statements is correct for the <blockquote> tag?

    A
    The text under block quote must be enclosed in a block level element in a strict DTD document.

    B
    The Attribute named cite must be specified.

    C
    Closing the tag is optional.

    D
    It places an empty line after the text.

    E
    none

    Note: Not available
    1. Report
  6. Question: A developer wrote this image tag:
    <img src ="states.gif" width ="330" height ="406" alt="States"
    usemap ="#statemap" />
    What code should follow this?

    A
    <map id ="statemap" name="statemap"><area shape ="rect" coords = "0,0,82,126" href="state.html"alt="state1" /></map>

    B
    <map id ="statemap" name="statemap"></map><area shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />

    C
    <map id ="statemap" name="statemap"><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" /></map>

    D
    <map id ="statemap" name="statemap"></map><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />

    Note: Not available
    1. Report
  7. Question: Which of the following is/are not valid?

    A
    <h2>Main Title</h2>

    B
    <h>Main Title</h>

    C
    <h3>Main Title</h3>

    D
    <h6>Main Title</h6>

    Note: Not available
    1. Report
  8. Question: Where must the styles specified for a CSS internal style sheet be located?

    A
    Inside a table tag

    B
    Inside a div tag

    C
    Inside the head tag

    D
    Anywhere on the webpage

    Note: Not available
    1. Report
  9. Question: What is meant by cellpadding?

    A
    It makes the cell span more than one column.

    B
    It specifies the space between the cell wall and the contents of the cell.

    C
    It specifies the space between two cells.

    D
    It makes the cell span more than one row.

    Note: Not available
    1. Report
  10. Question: Which of the following is true for the <colgroup> tag?

    A
    The attribute named cols specifies the number of columns in colgroup.

    B
    It is useful for applying similar formatting to the grouped columns.

    C
    It can be used anywhere between the body tags.

    D
    It can be inserted in a <td> tag to include that cell to the group.

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