'tr' Example : tr « HTML Tag Reference « HTML CSS Reference






'tr' Example

    
<html>
<head>
<title>tr element example</title>
</head>
<body>
    <table width="200" border="8" cellspacing="5" cellpadding="5" align="center">
        <tr align="center">
            <td>Cell 1</td>
            <td>Cell 2</td>
        </tr>
        <tr align="center">
            <td>Cell 3</td>
            <td>Cell 4</td>
        </tr>
    </table>
</body>
</html>
    
      
      








Related examples in the same category

1.'tr' Syntax and Note
2.'tr' HTML Attributes
3.'tr' Event Handlers
4.'tr' CSS Attributes and JavaScript Style Properties
5.'tr' Microsoft Behaviors
6.'tr' JavaScript Properties
7.'tr' JavaScript Methods
8.'tr' JavaScript Collections
9.'tr' JavaScript Objects