Header Ads

Header ADS

tr

tr

It is also an HTML tag.
It means the table row.
When we make a table on a website then we use it.
tr tag is a tag which is used to make a row on a table.
It could not be used alone. Means we need another tag to use this tag.
That is the table tag. Then we need <th> or <td> tag.



{

EXAMPLE:

<!DOCTYPE html>
<html>
          <head>
                        <title> TITLE WOULD BE GO HERE </title>
          </head>
          <body>
                       <table>
                                    <tr>
                                           <th> TABLE HEAD WOULD BE GO HERE </th>
                                    </tr>
                                    <tr>
                                          <td> TABLE DATA WOULD BE GO HERE </td>
                                    </tr>
                       </table>
          </body>
</html>

ANSWER :
                                                     
                                                _________________________________
                                                |TABLE HEAD WOULD BE GO HERE|
                                                -------------------------------------------------
                                                |TABLE DATA WOULD BE GO HERE|
                                                -------------------------------------------------
                                                                                    
                                                                                          
                                                                                              
                                             ( I HAD JUST TRIED TO MAKE A TABLE )
              
}

This is the coding of <tr> tag.

IF YOU WANT TO LEARN MORE ABOUT WEB DESIGN AND DEVELOPMENT THAN YOU SHOULD VISIT W3SCHOOLS WEB SITE. BECAUSE I AM NOT A PROFESSIONAL WEB DESIGNER OR DEVELOPER. I AM LEARNING WEB DESIGN AND DEVELOPMENT. I AM WRITING HERE FOR MY PRACTISING AND WISH TO EARN SOME MONEY THROUGH GOOGLE ADESASE.

No comments

Powered by Blogger.