<cite>citation courte</cite>
Paragraphe incluant une citation courte
<q>citation courte</q>
citation courte
<var>(x,y,z,t)</var>
Paragraphe incluant une expression variable (x,y,z,t)
<samp>illustration de l'élément samp</samp>
Paragraphe incluant un exemple : auto-illustration de l'élément samp
<code>x=Math.pow(3,5);</code>
Paragraphe incluant une instruction Java déclarant un entier x initialisé à 35 : int x=Math.pow(3,5);
int x=Math.pow(3,5);
<abbr>M.</abbr>
En français, l'abbréviation de monsieur est M. alors qu'en anglais on utilise Mr
<acronym>ACME</acronym>
ACME est l'acronyme de American Company Making Everything
<dfn>terme ...</dfn>
Paragraphe incluant une définition : terme (Linguistique) : Expression d’une idée ; mot ou phrase.
<kbd>VK_RIGHT</kbd>
Paragraphe incluant un élément de saisie clavier : VK_RIGHT correspond à la touche →