SyntaxStudy
Sign Up
Home HTML Exercises HTML Tables

HTML Tables

Beginner

Complete the table structure tags.

A table starts with <>.

A table row uses <>.

A header cell uses <> and a data cell uses <>.

To make a cell span two columns, add colspan="".