Thursday, November 30, 2023
HomeVideo EditingHTML Ingredient: tr

HTML Ingredient: tr


Instance

Syntax

1
<desk>
2
  <tr>
3
    <td>Jane</td>
4
    <td>Doe</td>
5
    <td>Net Developer</td>
6
  </tr>
7
</desk>

End result

Browser Assist

The <tr> tag is supported in all fashionable browsers in addition to many e mail shoppers. Learn extra on caniuse.com.

Attributes

The <tr> tag helps World Attributes in HTML. World Attributes are widespread to all HTML components and can be utilized on all of them (although they might not have a lot of an impact on a few of them). 

Content material

The one components which could be instantly nested inside a <tr> factor are <td> or <th> components.

Study Extra

Do you know? A <tr> factor’s finish tag could be omitted if the <tr> factor is instantly adopted by one other <tr> factor, or if there is no such thing as a extra content material within the mother or father factor.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments