The K Desktop Environment

3.9. Miscellaneous Useful Tags

3.9.1. Labelling Tags

Application - Name of a software program
Markup - String of formatting Markup in text, which it is desired to represent literally
The application tag labels the name of an application. The <Markup> tag is used to label marked up text, such as HTML or TeX tags

3.9.2. Formatting Tags

Emphasis - Emphasized text
Subscript - Subscript
Superscript - Superscript
These tags are fairly self-explanatory. This is an emaphasized sentence with Superscripted and Subscripted text.

3.9.3. Warnings, Tips, and Notes

The following tags are used to set off paragraphs from the rest of the text.
Caution - Admonition set off from the text
Important - Admonition set off from the text
Note - Message to the user, set off from the text
Tip - Suggestion to the user, set off from the text
Warning - Admonition set off from the text
All of the above tags wrap around paragraphs like in this example:


  <warning><para>Danger, Will Robinson!</para></warning> 

The example would look something like this:

Warning

Danger, Will Robinson!