|
..... |
|
![]() |
|||||||||||
<table> : This tag is used to create a table. <th>: This tag is used to specify the different headings in the table. <td>: This tag is used to specify the data in different cells. <tr>: This tag is used to specify a ROW in a table. Browser Support
The <table> tag is supported in all major browsers. Example:
How the HTML code above looks in a browser:
cellpadding: This attribute creates a space between the cell border and the text within it.
How the HTML code above looks in a browser: Try it in your own. Previous Next |
![]() |