HTML Tables
HTML Tables
Tables
• To revisit the basic structure of the
HTML webpage.
LESSON • To learn the syntax to add tables in
webpage.
OBJECTIVES • To use and analyze the importance
of adding tables in a webpage.
Defines <tr>
table
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td> <td>data
<td>Germany</td> cell
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
</table>
Mini Plenary:
Exchange with a partner and review each other’s
tables.
1 2 3
Make a table of: Make table as Count number of
4 rows X 3 columns sample given below: rows and columns in
your timetable and
Put emoji is each create a timetable of
cell. your class.
Gallery Walk: Students will display their HTML code on their screens.
Teacher will walk around to observe, or screens can be projected onto
the board for discussion.
Target Questions:
1. Identify the different elements of an HTML table, such as <table>, <tr>, <th>, and <td>? What is the purpose of each?
2. What attributes can be applied to tables and their elements (like border, cellpadding), and how do they affect the
appearance of the table?