3. Web Design
3. Web Design
3. Web Design
UNIVERSITY
COMPUTER SCIENCE
FACULTY
Web Design
Chapter 3 Fall 2020
Sayed Ali Aqa
“Mousavi”
Outline
1. HTML Tables
2. HTML Table Attributes
3. HTML Table Styles
Defining HTML Tables
Example explained:
• Tables are defined with the <table> tag.
• Tables are divided into table rows with the <tr> tag.
• Table rows are divided into table data with the <td>
tag.
• A table row can also be divided into table headings
with the <th> tag.
Note!
An HTML Table with a Border Attribute