'tr' Example : tr : Table Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Tags » tr »

 

'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>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Tags
» tr