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.
Tables are defined with the ______ tag
A. <table>
B. <t>
C. <tab>
D. &table;
Tag that defines a header cell in a table
A. <th>
B. <header>
C. <thead>
D. <theader>
The <td> elements are the ____ containers in the table.
A. row
B. column
C. numbers
D. data
The <td> elements can contain all sorts of HTML _________.
A. attributes
B. elements
C. words
D. numbers
HTML tags are keywords or tag names enclosed by what?
A. colon
B. parenthesis
C. angle brackets
D. period
In an end tag, what is written before the tag name?
A. angle bracket
B. forward slash
C. equal sign
D. underscore
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
Tag that groups the body content in a table
A.<body>
B. <tablebody>
C. <tbody>
D. <tb>
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>
What is the latest version of HTML?
A. XHTML
B. HTML
C. HTML+
D. HTML5
Copyright � Angel Mae Ruiz(2014)