source: trunk/filemanager/tp/dompdf/www/test/table_01.html @ 2000

Revision 2000, 225 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1<html>
2<head>
3<style>
4
5TABLE {
6border: 3px, solid, #eeeeee;
7}
8
9</style>
10</head>
11
12<body>
13<table border="3">
14 <tr>
15   <td colspan="2">Title</td>
16 </tr>
17 <tr>
18   <td>Kaire</td>
19  <td>Desine</td>
20 </tr>
21</table>
22
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.