209k views
1 vote
8

Drag each tile to the correct location. Not all tiles will be used.
Complete the code for defining a table using the correct tags.





Name
Age

Jill Smith
50


94


Eve Jackson

User Fdsa
by
8.0k points

1 Answer

3 votes

Final answer:

To define a table in HTML, use the , , and tag and each cell is defined with the tags. Each row is defined with the tag. The code can be completed using the given names and ages to create a table with headings for Name and Age.

User Daniel Tkach
by
8.7k points