/test/fictional-opt.html
http://github.com/fizx/parsley · HTML · 43 lines · 43 code · 0 blank · 0 comment · 0 complexity · 8d4e223242c33d93167933ba81a98ca1 MD5 · raw file
- <html>
- <body>
- <div>
- <h1>title1</h1>
- <ul id="nav">
- <li id="a">home</li>
- <li id="b">about</li>
- </ul>
- </div>
- <div>
- <ul id="posts">
- <li>
- <h2>some post</h2>
- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
- <p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
- <p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
- <div id="comments">
- <h3>joe1</h3>
- <p>This sux!</p>
- <p>No, really; it's awful!!!</p>
- <h3>bob1</h3>
- <p>who uses semi-colons?</p>
- <h3>joe1.5</h3>
- <p>who hyphenates semicolon?</p>
- </div>
- </li>
- <li>
- <h2>another post</h2>
- <p>I hate lipsum. It's hard to tell which post you're on.</p>
- <p>Obligatory second paragraph <br>with<br>line<br>breaks</p>
- <div id="comments">
- <h3>suzy2</h3>
- <p>FRIST POST!!!</p>
- <h3>bob2</h3>
- <p>grow up</p>
- <p>2nd post</p>
- </div>
- </li>
- </ul>
- </div>
- <h1>another title -- empty page</h1>
- </body>
- </html>