< All the HTML Tags >

<tr></tr>

Video Coming Soon...

  • tr

    Tag Type

    block

    Tag Category

    tables

    Defines a row in a table

    Viewed

    1

    Examples

    1

Definition:

The HTML <tr> tag defines a row in a table, serving as a container for table data cells (<td>) and header cells (<th>).

This tag is fundamental for organizing tabular data into structured rows, improving readability and understanding.

Using the `<tr>` tag effectively enhances the organization and clarity of table information.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default tr Example:

Using the <tr> tag to create table rows.
<table><tr><td>Cell</td></tr></table>

Default tr Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…