SQL PHP HTML JavaScript articles and free code
 

Table Row

            To add a row in a table, <tr> ... </tr> tags are used. TR stands for table row. In a table, for each row there will be a set of table row tags.

      Example:

          <table border=1>
             <tr> Row Data <tr>
             <tr> Row Data <tr>
           </table>

           Above code indicates a table with two rows. If any attributes are to be given, we can give them in the <tr> tag.

         HTML Table  | Table Row  | Table Data  | Table Heading

Discuss this tutorial at forum

List of HTML Tutorials

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.