DITA Topic Elements Tutorial

DITA is in many ways an enhanced version of HTML, with a strong focus on web-based publication of content.

The main structure of a DITA topic has a body, and a head area with the document title and other metadata. It is no surprise that DITA's internal element structure is very similar to HTML, with block elements (like p and div in HTML), inline elements (like spans in HTML), and images, lists, and tables.

There are only three required elements in DITA. All others are optional

Not all DITA elements are named the same as their HTML counterparts. This can cause some confusion.

And there are several elements unique to DITA. These are extensions of HTML, in the spirit of XML (eXtensible Markup Language).

Here are some elements unique to DITA

Here are some elements with new names and new uses in DITA

To find a specific element in the language specification, simply go to the DITA Infocenter and search for it.