figure.html - webdump_tests - Testfiles for webdump
(HTM) git clone git://git.codemadness.org/webdump_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
figure.html (189B)
---
1 <!DOCTYPE html>
2 <html dir="ltr" lang="en">
3 <body>
4
5 <figure>
6 <img src="img/img" alt="alt text" />
7 <figcaption>
8 Fig. 1: A caption of the figure
9 </figcaption>
10 </figure>
11
12 </body>
13 </html>
14