tr tag
<tr> (Table Row Tag)
Explanation
TR tag indicates a "Row" in a table.
<table border = "Value">
<tr>
<th>Text</th>
</tr>
</table>
Example Code:
Result :
Internet Explorer |
Chrome |
Firefox |
Opera |
|
Popular Browser |
Well Known Browser |
Most Used Browser |
Reliable Browser |
- It can be used as the child element of <table>, <thead>, <tbody> and <tfoot>.
- It encloses <th> and <td> elements.
- It is one among the "Table Elements" in HTML5.
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all the major browsers.