I'm a paragraph!
""" >>> >>> myparser = MyHTMLParser() >>> myparser.feed(page) Encountered a html start tag Encountered a h1 start tag Encountered a h1 end tag Encountered a p start tag Encountered a p end tag Encountered a html end tag .. rubric:: Footnotes .. [#] For backward compatibility reasons *strict* mode does not raise exceptions for all non-compliant HTML. That is, some invalid HTML is tolerated even in *strict* mode.