Demo title

Demo paragraph title

Demo title

Demo title

Demo title
Demo title

Examples of "phrase elements"

Normal text
Emphasized text
Strong Emphasized text
Citation
Defining Instance
Computer Code
Sample Output
Human Input
Instance of Variable or Program Argument
Abbreviated Form
Acronym

All above elements can have attributes
id, class
a document-wide identifier
lang
language information
dir
text direction
title
element title
style
inline style information
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
intrinsic events

Examples of quotations

Example of a blockquote:
They went in single file, running like hounds on a strong scent, and an eager light was in their eyes. Nearly due west the broad swath of the marching Orcs tramped its ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.

Possible attributes:
cite
URI of source where quotation is borrowed
others
see "phrase elements"

Example of rendering quotations: This is a quotation.

Examples of subscripts and superscripts

H2O
E = mc2
Possible attributes:
others
see "phrase elements"

Examples of lines and paragraphs

Paragraphs: <P>
Possible attributes:
align
alignment
others
see "phrase elements"
Forcing a line break: <BR>
Possible attributes:
clear
alignment and floating objects
id, class, title, style
see "phrase elements"
Prohibiting a line break: &nbsp; or &#160; or &#xA0;

Examples of hyphens

A plain hyphen (-) is '-' or &#45; or &#x2D;
A soft hyphen (aap­noot) is &shy; or &#173; or &#xAD;

Preformatted text

Preformatted text can be specified with <pre> and </pre>

Marking document changes

Insertions can be specified with <ins>: inserted
Deletions with <del>: deleted

This is a text with a ASCII space, a ASCII tab, a ASCII formfeed, and a zero​width space
Dit is A??

bold, italic, etc

met CSS

bold: <span style="font-weight: bold;">bold</span>
italic: <span style="font-style: italic;">italic</span>
underlined: <span style="text-decoration: underline;">underlined</span>
strikethrough: <span style="text-decoration: line-through;">strikethrough</span>
fixed width: <span style="font-family: monospace;">fixed width</span>

zonder CSS

bold: <b>bold</b>
italic: <i>italic</i>
underlined: <u>underlined</u>
strikethrough: <strike>strikethrough</strike>
fixed width: <tt>fixed width</tt>
non-breaking: <nobr>non-breaking</nobr>
larger: <big>larger</big>
smaller: <small>smaller</small>

Example of a iframe

End example

Example of a object
This text is only displayed if destination is not found
End example