Customizing HTML output
There are several ways to customize the default HTML output. You can easily adjust the look and feel just
by setting parameters and adding custom CSS, or create plug-ins for more complex customizations.
Setting parameters for custom HTML For simple branded HTML pages, you can adjust the look and feel of the default output to match your company style by setting parameters to include custom CSS, header branding, or table-of-contents navigation in topics. (These changes do not require a custom DITA-OT plug-in.)Customizing HTML with a .properties file You can also use a .properties file to reference a set of build parameters when building output with the dita command. The DITA-OT documentation uses a .properties file to include custom CSS, header branding, and table-of-contents navigation in the HTML5 output.Custom HTML plug-ins For more complex customizations, you can create custom DITA-OT plug-ins that build on the default XHTML and HTML5 transformations, bundle custom stylesheets, modify the HTML markup, or override other aspects of HTML processing.