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: In HTML5, which attribute is used to specify the language of the HTML document for internationalization (I18n)?

    A
    lang

    B
    alt

    C
    charset

    D
    xml:lang

    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 HTML5 attribute allows storing custom data private to the page or application?

    A
    name

    B
    data-*

    C
    id

    D
    meta

    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 element represents and unorder list in HTML?

    A
    <dl>

    B
    <ol>

    C
    <li>

    D
    <ul>

    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