L
HTML
Curriculum
Lessons
Tag Glossary
Playground
🕯️
← Back to Tag Glossary
<tr>
Lists & Tables
Defines a table row containing data or header cells.
Common Attributes
This element supports only global attributes.
interactive-example.html
<tr> <td>Cell 1</td> <td>Cell 2</td> </tr>
Live Preview