Setting the element type

A specialty of HTML is to have different element types for content of a document separate from the content formatting. Element types could be paragraph, link or a certain kind of heading. One can think of element types being a way to distinguish certain structures in a document while named styles are a way to differentiate between certain formats both independent from each other.

Element types are applied to one or more paragraphs always. By default a paragraph is of element type paragraph as well.

To set another element type,

Currently the following element types can be set