HTML Tables
BeginnerComplete 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="".
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="".