TUTORIALS
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10

EXERCISES
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Exercise 9
Exercise 10


Choose the letter of the correct answer.


  1. Tables are defined with the ______ tag

    A. <table>
    B. <t>
    C. <tab>
    D. &table;

  2. Tag that defines a header cell in a table

    A. <th>
    B. <header>
    C. <thead>
    D. <theader>

  3. The <td> elements are the ____ containers in the table.

    A. row
    B. column
    C. numbers
    D. data

  4. The <td> elements can contain all sorts of HTML _________.

    A. attributes
    B. elements
    C. words
    D. numbers

  5. HTML tags are keywords or tag names enclosed by what?

    A. colon
    B. parenthesis
    C. angle brackets
    D. period

  6. In an end tag, what is written before the tag name?

    A. angle bracket
    B. forward slash
    C. equal sign
    D. underscore

  7. It is everything between the start tag and the end tag, including the tags.

    A. hypertext
    B. HTML elements
    C. HTML signs
    D. HTML compounds

  8. Tag that groups the body content in a table

    A.<body>
    B. <tablebody>
    C. <tbody>
    D. <tb>

  9. Among the following, what is the correct visualization of an HTML page structure?

    A. <body> <html> </html> </body>
    B. <html> <body> </body> </html>
    C. </html> </body> <body> <html>
    D. <html> </html> <body> </body>

  10. What is the latest version of HTML?

    A. XHTML
    B. HTML
    C. HTML+
    D. HTML5



Copyright � Angel Mae Ruiz(2014)