/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

  1. <html>
  2. <head>
  3. <title>Nested STRIKE</title>
  4. </head>
  5. <body>
  6. nested STRIKE <br>
  7. 1normal text in body line 1.
  8. <STRIKE>
  9. A This text is in STRIKE
  10. <STRIKE>
  11. <br> B line 2 in STRIKE
  12. </STRIKE>
  13. C line 3 in STRIKE
  14. </STRIKE>
  15. 2normal text in body line 2.
  16. </body>
  17. </html>