The table is a way to display the information in the form of a cell consisting of rows and columns. To display the data in table form in HTML, use tag <Table>. Elements table contains property <tr> to determine the row (table row) in which there are property <td> for menampkan the data in each cell table (table data).
![]()
Structure element table is as follows:
![]()
To define the table heading or title of each column using <th> … .. </ th>
Element Attribute Table
![]()