1. Question: Which of these tags are all <table> tags?

    A
    <thead><body><tr>

    B
    <table><tr><tt>

    C
    <table><tr><td>

    D
    <table><head><tfoot>

    Note: Not available
    1. Report
  2. Question: Choose the correct HTML to left-align the content inside a table cell

    A
    <td valign="left">

    B
    <td leftalign>

    C
    <td align="left">

    D
    <tdleft>

    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? Customer NameContact Fixed LineMobileEmail

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

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

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

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

    Note: Not available
    1. Report
  4. 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
  5. Question: Within a table cell <td>:

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

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

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

    D
    <table></table> tags cannot be used

    E
    All tags could be used

    Note: Not available
    1. Report
  6. Question: Which of the following values is/are valid for the valign attribute of a <tr> tag?

    A
    base

    B
    bottomline

    C
    middle

    D
    baseline

    E
    none

    Note: Not available
    1. Report
  7. Question: Which of the following values are valid for the align attribute of a <td> tag?

    A
    left

    B
    right

    C
    center

    D
    offset

    Note: Not available
    1. Report
  8. Question: Which is the correct parent tag of <caption> tag?

    A
    <table>

    B
    <frame>

    C
    <form>

    D
    <object>

    Note: Not available
    1. Report
  9. Question: Which is the correct layout for the following code?
    <table width="39%" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="2">&nbsp;</td>
    <td width="36%">&nbsp;</td>
      </tr>
      <tr>
        <td width="26%">&nbsp;</td>
        <td width="38%" rowspan="2">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
    <td>&nbsp;</td>
      </tr>
    </table>

    A
    table marge1

    B
    table marge2

    C
    table marge3

    D
    table marge4

    Note: Not available
    1. Report
  10. Question: To add rows to your tables use which tags?

    A
    <td> and </td>

    B
    <cr> and </cr>

    C
    <th> and </th>

    D
    <tr> and </tr>

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