element | význam | takto se zobrazí |
---|---|---|
| neformátovaný text | Text text text |
<pre> | zobrazí text včetně bílých míst | Text text text |
<em> | zvýraznění (emphasis) | Text text text |
<dfn> | definice | Text text text |
<cite> | citace | Text text text |
<strong> | ještě důraznější zvýraznění | Text text text |
<code> | zápis programového kódu | Text text text |
<samp> | výstup programů | Text text text |
<kbd> | text zadaný uživatelem | Text text text | <abbr> | zkratka | Text text text |
<acronym> | označení zkratkových slov | Text text text |
<q> | citace | Text text text |
<blockquote> | citace větší části textu | |
<sub> | dolní index | Text text text |
<sup> | horní index | Text text text |
<ins> | vložený text | Text text text |
<del> | odstraněný text |