Test HTML Document
This document contains many elements with optional end tags, server-side tags and some
common illegal HTML constructs to demonstrate how they are interpreted by the parser.
Table Example
| First Column | Second Column
|
|---|
Cell 1
|
| This is a table within the table |
| Second row of inner table |
| Third row of inner table
|
|
Note that the parser does not consider this text to be a part of the paragraph started before the table
because according to the HTML specification a TABLE, being a block-level element, must terminate the P element.
See the documentation in HTMLElementName.P for more information, including instructions on how to make this parser compatible
with the default behaviour of all major browsers in HTML transitional mode.