Technology Networking & Internet

<tr></tr>

< Previous | HTML 4.01 Tags | XHTML 1.0 Elements | Next >

Free HTML Class | HTML Validators

TR description:

The TR tag defines table rows in HTML tables. Every HTML table will have at least one TR tag denoting at least one row of table cells. The TR tag contains the cell tags TH and TD.

TR Web Browser Support:


HTML Versions


TR Attributes:

Global attributes, event attributes and:

TR End Tag:

</tr> optional in HTML5 required in XHTML

Contents:

Row contents. The following tags are valid within the TR tag:
td, th

TR Valid Context:

The TR tag is valid within the following tags:
table, tbody, tfoot, thead

TR Usage:

basic table
<table border width="200">
  <tr>
    <td>
      column 1
    </td>
    <td>
      column 2
    </td>
  </tr>
</table>

TR Special Notes:
  • In HTML (4 and 5) you can omit the ending tag, but tables are easier to read when they are present, and it gives you better control over style tags.
  • When using nested tables, if the TR tags are not closed, the browsers may become confused as to which table elements go with which table.

More TR Information:

    < Previous | HTML 4.01 Tags | XHTML 1.0 Elements | Next >

    Free HTML Class | HTML Validators

    Related posts "Technology : Networking & Internet"

    We All Know What Web Hosting Is, Right?

    Networking

    SEO * Keep in Mind the Big Difference within Page Ratings

    Networking

    The NAT Configuration of the H3C Router

    Networking

    If I Accidentally Blocked Yahoo! Mail From My Computer, How Can I Fix It?

    Networking

    Simple, Straightforward Affiliate Marketing Techniques And Suggestions

    Networking

    How to Set Up Knology Email

    Networking

    Registry Enabling Tools

    Networking

    Reasons To Use VoIP

    Networking

    How to Change the Setup for Your Internet

    Networking

    Leave a Comment