UNPKG

polymer-analyzer

Version:
65 lines (55 loc) 1.13 kB
<!DOCTYPE html> <html> <head> <title> This title is a little complicated. </title> </head> <body> <h1> This is a heading that ends on line 12 column 32</h1> <p> This is a paragraph without a closing tag. <p>This is a paragraph with a closing tag.</p> <!-- Single Line Comment --> <!-- Multiple Line Comment --> <div></div> <div> </div> <div><span></span><div> <div> <ul> <li>1 <li>2</li> <li><li> </ul> </div> <script> </script> <style> </style> <link rel="has attributes"> <link rel="multiline ones too" foo=bar> <h1 class="foo" id="bar"> </h1> <complex-tag boolean-attr string-attr="like this" multi-line-attr=" can go on for multiple lines " whitespace-around-equals = "yes this is legal"> this is body text </complex-tag > <br> </body> </html>