/parser/htmlparser/tests/html/tbody001.html

http://github.com/zpao/v8monkey · HTML · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · f1cb2fb22aacd114314a51909b38acc3 MD5 · raw file

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Welcome to Netscape</TITLE>
  4. </HEAD>
  5. <BODY>
  6. <TABLE>
  7. <TBODY>
  8. <TR>
  9. <TD>
  10. table element with no attributes. The required embedded
  11. elements are used - TBODY-TR-TD.
  12. </TD>
  13. </TR>
  14. </TBODY>
  15. </TABLE>
  16. </BODY>
  17. </HTML>