1. 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
  2. Question: Within a table cell <td>:

    A
    <p></p> tags cannot be used.

    B
    <ol></ol> tags cannot be used

    C
    <table></table> tags cannot be used.

    D
    <form></form> tags cannot be used.

    E
    All tags could be used.

    Note: Not available
    1. Report
  3. Question: You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading?

    A
    <tr> <th>Customer Name</th> <th colspan=3>Contact</th> </tr>

    B
    <tr> <th>Customer Name</th> <th cellpadding=3>Contact</th> </tr>

    C
    <tr> <th>Customer Name</th> <th rowspan=3>Contact</th> </tr>

    D
    <tr> <th>Customer Name</th> <th cellspacing=3>Contact</th> </tr>

    Note: Not available
    1. Report
  4. Question: What would you infer from the following code in an HTML 4.01 Web site? <body topmargin=2 leftmargin=2>

    A
    The top margin and left margin of the webpage is 2 pixels.

    B
    The bottom margin and right margin of the web page is 2 pixels.

    C
    Both of the above.

    D
    None of the above. The topmargin and leftmargin attributes are not valid HTML 4.01 body attributes.

    Note: Not available
    1. Report
  5. Question: You specified a base tag and anchors as follows: 1. <base target=”_blank”> 2. <a href=”http://www.yahoo.com”>Yahoo</a> 3. <a href=”http://www.google.com” target=”_top”>Google</a> Which of the following is true for the above code?

    A
    Only the Yahoo link will open in a new window.

    B
    Only the Google link will open in a new window.

    C
    Both links will open in a new window.

    D
    Both links will open in the same window.

    Note: Not available
    1. Report
  6. Question: On one of your Web pages named Listing.html, you specified a target like this: <a name=”target4″>Old Listing</a> How will you make a link to the above target?

    A
    <a url=”#target4″>Check Old Listing as well</a>

    B
    <a href=”#target4″>Check Old Listing as well</a>

    C
    <link url=”target4″>Check Old Listing as well</link>

    D
    <a href=”Listing.target4″>Check Old Listing as well</a>

    Note: Not available
    1. Report
  7. Question: Which attribute specifies the submit URL in a form tag?

    A
    method

    B
    action

    C
    name

    D
    id

    Note: Not available
    1. Report
  8. Question: The tag which is used to show monospaced text is:

    A
    <td>

    B
    <th>

    C
    <tt>

    D
    <b>

    Note: Not available
    1. Report
  9. 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=”state1.htm” 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”> <img area shape =”rect” coords =”0,0,82,126″ href=”state1.htm” alt=”State1″ /> </map>

    D
    <map id =”statemap” name=”statemap”> <img area shape =”rect” coords =”0,0,82,126″ href=”state1.htm” alt=”State1″ /> </map>

    Note: Not available
    1. Report
  10. Question: Which of the following font styling tag is not valid?

    A
    <small>

    B
    <i>

    C
    <b>

    D
    <big>

    E
    <large>

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