/parser/htmlparser/tests/html/strike002.html
http://github.com/zpao/v8monkey · HTML · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · ef3856f6b94fff4c7757bce0a2cc6455 MD5 · raw file
- <html>
- <head>
- <title>Nested STRIKE</title>
- </head>
- <body>
- nested STRIKE <br>
- 1normal text in body line 1.
- <STRIKE>
- A This text is in STRIKE
- <STRIKE>
- <br> B line 2 in STRIKE
- </STRIKE>
- C line 3 in STRIKE
- </STRIKE>
- 2normal text in body line 2.
- </body>
- </html>