Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson
<TR> Tag:-

TR element का उपयोग <table> टैग के अंदर किया जाता है और यह table rows को define करता है। यह एक कंटेनर element है इसलिए यह <tr> टैग से शुरू होता है और </tr> से closed होता है।

<tr> tag attribute:-

  • Align:-इसका उपयोग सेल के content को horizontal alignment सेट करने के लिए किया जाता है। It can have values-left, right, center.

Syntax:-<tr align=alignment>                 Eg. <tr align=center>

  • Valign:-इसका उपयोग सेल के content को vertical alignment सेट करने के लिए किया जाता है। It can have values-top, middle, bottom.

Syntax:-<tr valign=alignment>               Eg. <trvalign=bottom>

  • Bgcolor:-इसका उपयोग rows का बैकग्राउंड कलर सेट करने के लिए किया जाता है।

Syntax:-<tr bgcolor=color name>                Eg. <tr bgcolor=yellow>

  • Background:- इसका उपयोग किसी भी image को उस row की background के रूप में सेट करने के लिए किया जाता है।

Syntax:-<tr background=location>                   Eg. <tr background=umalogo.jpg>

  • Height:- इसका उपयोग row की height set करने के लिए किया जाता है। इसे पिक्सल के terms में specified किया जा सकता है।

Syntax:-<tr height=value>             Eg. <tr height=50>

 

<TR> Tag:-

TR element is used inside the <table> tag and defines table rows. It is a container element so it starts with <tr> tag and ends with </tr>.

<tr> tag attribute:-

  • Align:- it is used to set the horizontal alignment of the contents of the cell. It can have values-left, right, center.

Syntax:- <tr align=alignment>                Eg. <tr align=center>

  • Valign:- It is used to set the vertical alignment of the contents of the cell. It can have values-top, middle, bottom.

Syntax:- <tr valign=alignment>              Eg. <tr valign=bottom>

  • Bgcolor:- it is used to set background color of the row. All the cells in that row only gets filled with color specified with this attribute.

Syntax:- <tr bgcolor=color name>          Eg. <tr bgcolor=yellow>

  • Background:- it is used to set any image as background of that row.

Syntax:- <tr background=location>                  Eg. <tr background=umalogo.jpg>

  • Height:- it is used to set height of the row. It can be specified either in terms of pixels.

Syntax:- <tr height=value>            Eg. <tr height=50>

error: Content is protected !!