Örnek:
<html> <body> <table border="2"> <tr> <th>Başlık 1</th> <th>Başlık 2</th> </tr> <td>metin 1</td> <td>metin 2 </td> </table> </body> </html>
Sonucu Göster