<head> Elements
<render>
The render element is used to alias unknown elements (for example from an XML source) to HTML, instead of the default UA behaviour of ignoring unknown elements.
| Format | <render tag="TAG" alias="HTML" /> |
|---|---|
| Specification | HTML+ |
Block Elements
<title>
<subtitle>
<byline>
<abstract>
The abstract element is used to give an overview of a document or chapter.
| Format | <abstract>...<abstract> |
|---|---|
| Specification | HTML+ |
<cite>
The current cite phrase element should also be made a block element, usable only within the blockquote element. Each blockquote element can contain only one such element and its function is to create a reference for the quotation.
| Format | <cite rel="ID">...<cite> |
|---|---|
| Specification | none |
<note>
The note element is used when you want to draw the attention to some point or other information related to the text. A similar functionality is provided by the aside element in the HTML 5 specification.
| Format | <note role="ROLE">...<note> |
|---|---|
| Specification | HTML+ |
Phrase Elements
<author>
<cmd>
The cmd element denotes a command name, usually computer related. The value in this element is that it would provide logical markup to manual pages and allow the UA to automatically build a list of commands discussed in the current document or a group of documents.
| Format | <cmd>...</cmd> |
|---|---|
| Specification | HTML+ |
<arg>
The arg element denotes an argument of a command, usually computer related. The value in this element is that it would provide logical markup to manual pages and allow the UA to automatically build a list of command arguments discussed in the current document or a group of documents.
| Format | <arg>...</arg> |
|---|---|
| Specification | HTML+ |
<math>
The math element provides a container for the various mathematical equation languages, whilst preserving their particular markup elements.
| Format | <math>...</math> |
|---|---|
| Specification | none |
| Element Attributes | render |
render
The render attribute determines the markup language used, e.g. mathML or LaTeX.
