HTML tables Flashcards
1
Q
create a table
A
2
Q
add three table cells: Name, Email, Job role
A
Name
Email
Job role
3
Q
add two headers to a table: Name, Age. They should be labelling columns.
A
Name
Age
4
Q
create a table head
A
Name
Email
Job role
5
Q
add a table body element
A
6
Q
create a table footer that says Data is updated every 15 min. that spans across 3 columns
A
Data is updated every 15 min.
7
Q
create a table head
A
8
Q
add a table body element
A
9
Q
create a table footer that says Data is updated every 15 min.
A
Data is updated every 15 min.
10
Q
add a table title (caption)
A
Employee Information