- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
HTML tables
:
Tables
provide an easy way to display the tabulation information.
For creating
a html table we have to use the tag
<table> and it closes with the </table>. The <table>
tag uses <tr>tag to create a row & <td>tag to insert data into
a cell . In a table , to create a heading , <th> tag can be used.