HTML <table> tag

HTML table tag:
Example:
With border
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:
Without border.
Result:
Name | Number | year |
---|---|---|
jone cena | 100 | 2019 |
Aj style | 94 | 2019 |
<tr/> = table row/table brack.
<td> = table cell.
<th> = table header.
HTML <table> tag
Support Browser
- Elements Attributes: border, witdh, height, counter like 1,2,3,4 etc.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
In HTML5 the summary, cellspacing, bgcolor, border, align cellpadding, , frame, rules, and width attributes are not supported.
If you want to make table using HTML code, Use HTML <table> element.
1. What is the <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 ?