22.6.2 Suppressing closing </p> tags for HTML

By default, DITA2Go provides closing tags </tagname>, to conform to W3C validation requirements for XHTML. (One exception: unless you specify XHTML as the output type, DITA2Go does not generate closing tags for list items; see §30.11.2 Converting list formats to HTML list styles.)

To eliminate </p> closing tags:

[HTMLOptions]
; NoParaClose = No (default) or Yes (suppress </p> closing tags)
NoParaClose = Yes

Previous Topic:  22.6.1 Specifying a default DPI setting

Next Topic:  22.6.3 Suppressing line breaks in HTML and XML output

Parent Topic:  22.6 Specifying document-wide properties for HTML

Sibling Topics:

22.6.1 Specifying a default DPI setting

22.6.3 Suppressing line breaks in HTML and XML output

22.6.4 Preventing adjacent <pre> elements from merging