HTML <table> tag.
HTML table tag:
This is a double tag. <table> This is the beginning tag and </table> this is the closing tag. This <table> elemants defines table in an HTML document. This <table> elemant contains other elemants that define the structure of the table. This tag using for making table. This tag using with many atribattr and <th>, <td>,<tr>, <col> elements or tag.
<table>=table.
Copy this code and past your page.
Example:
Result:
Name | address | height |
---|---|---|
jone cena | USA | 5.4 |
Shamim | uk | 5.6 |
Example:
You can use any kind of number in border. like border="1,2,3,4,5,6" etc. For table border .
Result:
Table Header 1 | Table Header 2 |
---|---|
Table cell 1 | Table cell 2 |
Table cell 3 | Table cell 4 |
Example:
Result:
Name | Number | year |
---|---|---|
jone cena | 100 | 2019 |
Aj style | 94 | 2019 |
<tr> = table row/table brack.
<td> = table cell.
<th>= table header.
More HTML Creative Codes:
Support Browser
- Elements Attributes: border, witdh, height, counter like 1,2,3,4 etc.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
If you want to make table use HTML code , use HTML <table> tag.
2. What is the using for <table> tag ?
3. What is the definition of <table> tag ?
4. What is the <table> tag mean ?
5. How can You make table using HTML?