Tag type |
|
|
abbr |
[abbr="*"]Texte[/abbr] |
<abbr title="*">Texte</abbr> |
address_html |
[i]Texte[/i] |
<address>Texte</address> |
align_center |
[center]Texte[/center] |
<center>Texte</center> |
align_left |
[left]Texte[/left] |
<p style="text-align:left">Texte</p> |
align_right |
[right]Texte[/right] |
<p style="text-align:right">Texte</p> |
anchor |
[anchor=*]Texte[/anchor] |
<a id="*">Texte</a> |
block_paragraph |
\nTexte\n |
<p>Texte</p> |
block_preformatted |
[pre]Texte[/pre] |
<pre>Texte</pre> |
block_quote |
[quote="{pseudo}"]Texte[/quote] |
<blockquote cite="{pseudo}">Texte</blockquote> |
code_lang_php |
[php]Texte[/php] |
Balise à définir |
direction_left_to_right |
[ltr]Texte[/ltr] |
<span dir="ltr">Texte</span> |
direction_override |
[bdo=*]Texte[/bdo] |
<bdo dir="*">Texte</bdo> |
direction_right_to_left |
[rtl]Texte[/rtl] |
<span dir="rtl">Texte</span> |
form_label |
[b]Texte[/b] |
<label>Texte</label> |
form_legend |
[b]Texte[/b] |
<legend>Texte</legend> |
image |
[img={url}]Texte[/img] |
<img src="{url}"> |
line_break |
\n |
<br> |
line_break |
[br] |
<br> |
line_separator |
[hr] |
<hr> |
link |
[url={url}]Texte[/url] |
<a href="{url}">Texte</a> |
link |
[iurl={url}]Texte[/iurl] |
<a href="{url}">Texte</a> |
link_email |
[email={email}]Texte[/email] |
<a href="mailto:{email}">Texte</a> |
list_item |
[li]Texte[/li] |
<li>Texte</li> |
list_unordered |
[list]Texte[/list] |
<dl>Texte</dl> |
table_cell |
[td]Texte[/td] |
<td>Texte</td> |
table_container |
[table]Texte[/table] |
<table style="*">Texte</table> |
table_row |
[tr=*]Texte[/tr] |
<tr style="*">Texte</tr> |
teletype_html |
[tt]Texte[/tt] |
<pre style="font-family:Monospace">Texte</pre> |
text_blue |
[color=blue]Texte[/color] |
<span style="color:blue">Texte</span> |
text_bold |
[b]Texte[/b] |
<span style="font-weight:bold">Texte</span> |
text_color |
[color={color}]Texte[/color] |
<font color="*">Texte</font> |
text_color |
[red]Texte[/red] |
<font color="*">Texte</font> |
text_font |
[font={fonts}]Texte[/font] |
<font face="{fonts}">Texte</font> |
text_green |
[green]Texte[/green] |
<span style="color:green">Texte</span> |
text_insertion |
[u]Texte[/u] |
<ins>Texte</ins> |
text_strike |
[s]Texte[/s] |
<strike>Texte</strike> |
text_strong |
[b]Texte[/b] |
<strong>Texte</strong> |
text_subscript |
[sub]Texte[/sub] |
<sub>Texte</sub> |
text_superscript |
[sup]Texte[/sup] |
<sup>Texte</sup> |
text_white |
[white]Texte[/white] |
Balise à définir |