/parser/htmlparser/tests/html/col004.html

http://github.com/zpao/v8monkey · HTML · 26 lines · 25 code · 1 blank · 0 comment · 0 complexity · 29f30347f1e1515e6062ab99d3019153 MD5 · raw file

  1. <html>
  2. <body>
  3. test TFOOT
  4. <TABLE border>
  5. <TFOOT>
  6. <tr>
  7. <th>cell F-1
  8. <th>cell F-2
  9. <th>cell F-3
  10. <th>cell F-4
  11. </TFOOT>
  12. <tr>
  13. <td>cell 1-1
  14. <td>cell 1-2
  15. <td>cell 1-3
  16. <td>cell 1-4
  17. <tr>
  18. <td>cell 2-1
  19. <td>cell 2-2
  20. <td>cell 2-3
  21. <td>cell 2-4
  22. </table>
  23. last text
  24. </body>
  25. </html>