1.

Syntax of tag.​

Answer»

Explanation:

The

tag defines an HTML table. An HTML table CONSISTS of the
element and one or more , element defines a table row, the , , , , and elements.

NOTE: Tables should not be used for page layout! Historically, some Web AUTHORS have misused tables in HTML as a way to control their page layout. However, there are a variety of alternatives to using HTML tables for layout, primarily using CSS.

HOPE IT HELPS YOU PLZZZ FOLLOW ME.

, and ELEMENTS. The
element defines a table header, and the element defines a table cell.

A more complex HTML table MAY also include

,


Discussion

No Comment Found