2.4 Activity
Create a Table with four Columns and
four Rows:
(file: tables1.html)
- Give the Table a border of "2", set the cellspacing and cellpadding
values to "3"
- What happens if you create several Rows with an unequal number of Cells in each?
- Add Hyperlinks to the first Row of the Table which link to a new HTML document of your
creation
- Add a Title to your Table using the <CAPTION> tag
Solution
View Solution
2.6 Activity
Recreate the Table shown below using HTML:
(file: tables2.html)

Solution
View Solution