OSDN Git Service

591a66fa9127c3158704508f99a57b1a34f3c717
[htmltree-py/htmltree.git] / test / sample.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
3 <head> 
4 <title>htmltree.py sample html</title> 
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
6 </head> 
7 <body id="htmltree" class="content">
8 <div class="main-column">
9 <h1>This is htmltree</h1>
10 foo bar hoge hoge
11 </div>
12 </didy>
13 </html>
14