in reply to Re: HTML::TreeBuilder dropping end tags
in thread HTML::TreeBuilder dropping end tags
See the specs for <p> in HTML 4.01:
9.3.1 Paragraphs: the P element <!ELEMENT P - O (%inline;)* -- paragraph --> <!ATTLIST P %attrs; -- %coreattrs, %i18n, %events -- > Start tag: required, End tag: optional
update: see http://www.w3.org/TR/html401/index/elements.html for the index of all HTML tags.
|
|---|