Skip to playerSkip to main content
  • 6 years ago
When writing in HTML, the table tag is a block element used to create a table. It is useful when you want to represent data using rows and columns. The basic elements that make up a table include th, td, and tr.

Recommended