Last Updated : Jul 11, 2012 |

object

DITA's <object> element corresponds to the HTML <object> element. The <object> element allows authors to include animated images, applets, plug-ins, ActiveX controls, video clips, and other multimedia objects in a topic for rendering after transformation to HTML. In our environment, we use the object element when projects need to embed external tutorial files in a topic.

ol

Provides an ordered list. Items in an ordered list are numbered and sorted by sequence or order of importance.

The <ol> element must contain one or more <li> elements.

option

Use the option element for command line interface options. However, make sure you use userinput element for any text entries that you explicitly tell the user to make.