1.

What is table tag? Write with syntax.

Answer» Syntax: ...
Syntax: ...
Give me syntax
Thanks bro
When writing in HTML, the 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 . The
, , and
tag defines an HTML table. An HTML table consists of one
element and one or more , element defines a table row, the
, and elements. The
element defines a table header, and the element defines a table cell.


Discussion

No Comment Found