table_caption.html - webdump_tests - Testfiles for webdump
HTML git clone git://git.codemadness.org/webdump_tests
DIR Log
DIR Files
DIR Refs
DIR README
---
table_caption.html (247B)
---
1 <h1>The caption element</h1>
2
3 <table>
4 <caption>Monthly savings</caption>
5 <tr>
6 <th>Month</th>
7 <th>Savings</th>
8 </tr>
9 <tr>
10 <td>January</td>
11 <td>$100</td>
12 </tr>
13 <tr>
14 <td>February</td>
15 <td>$50</td>
16 </tr>
17 </table>