Comments, Questions, Suggestions, or Opinions












Tutorials
Lesson:

  1. What is HTML?

  2. HTML Editors

  3. HTML Elements and Attributes

  4. HTML Headings and Paragraphs

  5. HTML Formatting

  6. HTML Links

  7. HTML Images

  8. HTML Tables

  9. HTML Lists

  10. HTML Forms



Exercises
For every lesson:

  1. Hyper Text Markup Language

  2. Notepad

  3. Start tag to End tag and name="value"

  4. <h1> and <p>

  5. <b> and <i>

  6. <a href=>

  7. <img src=>

  8. <th> <tr> and <td>

  9. <OL> and <UL>

  10. <form>



My accounts:







Exercise 8


<th> <tr> and <td>



      Multiple Choice. Choose the letter of the correct answer.

  1. What tag defines tables?

    A. <tab>
    B. <table>
    C. <tbl>
    D. <t>

  2. A table is divided into rows with the ____ tag.

    A. <th>
    B. <tr>
    C. <td>
    D. <row>

  3. A row is divided into data cells with the ____ tag.

    A. <th>
    B. <tr>
    C. <td>
    D. <data>

  4. A row can also be divided into headings with the ____ tag.

    A. <th>
    B. <tr>
    C. <td>
    D. <heading>

  5. The width of a table can be defined using _____.

    A. CSS
    B. width attribute
    C. size attribute
    D. tw attribute

  6. What happens when you do not specify a border style?

    A. The table will be displayed with borders
    B. The table will be displayed without borders
    C. The table will not work
    D. The table will become unarranged

  7. What happens if you don't specify padding?

    A. The table cells will be displayed without padding
    B. The table cells will be displayed with padding
    C. The table will not work
    D. The table will become unarranged
    All major browsers display headings as _____ and centered.


  8. A. big
    B. uppercase
    C. bold
    D. small

  9. What table tag defines a table caption?

    A. <cap>
    B. <tablec>
    C. <caption>
    D. <tc>

  10. What table tag specifies a group of one or more columns in a table for formatting?

    A. <col>
    B. <colgroup>
    C. <cg>
    D. <group>