Tolerant HTML Processor
My HTML is well dodgy, innit.
This is my first paragraph
The second one isn't closed properly!!
The third P is in a div that's unclosed. Oh no!!!
To check the document does indeed store valid HTML Edit This Document and view the field again.
Here's the HTML that you submitted:
<h3>My HTML is well dodgy, innit.</H3> <p>This is my first paragraph</P> <p>The second one isn't closed properly!! <div><p>The third P is in a div that's unclosed. <b><i>Oh no</b></i>!!!</p>
Here's the HTML that was actually stored:
<h3>My HTML is well dodgy, innit.</h3> <p>This is my first paragraph</p> <p>The second one isn't closed properly!! </p><div><p>The third P is in a div that's unclosed. <b><i>Oh no</i></b><i></i>!!!</p> </div>
