Tag type |
|
|
abbr |
<abbr title="*">Texte</abbr> |
<abbr title="*">Texte</abbr> |
acronym |
<acronym title="*">Texte</acronym> |
<acronym title="*">Texte</acronym> |
address_html |
<address>Texte</address> |
<address>Texte</address> |
adobe_csobj |
<csobj>Texte</csobj> |
<csobj>Texte</csobj> |
align |
<p style="text-align:{alignment}">Texte</p> |
<p style="text-align:{alignment}">Texte</p> |
align_center |
<p style="text-align:center">Texte</p> |
<center>Texte</center> |
align_center |
<center>Texte</center> |
<center>Texte</center> |
align_indent_noparam |
<div style="margin-left:40px">Texte</div> |
<div style="margin-left:40px">Texte</div> |
align_justify |
<p style="text-align:justify">Texte</p> |
<p style="text-align:justify">Texte</p> |
align_left |
<p style="text-align:left">Texte</p> |
<p style="text-align:left">Texte</p> |
align_right |
<p style="text-align:right">Texte</p> |
<p style="text-align:right">Texte</p> |
anchor |
<a name="*">Texte</a> |
<a id="*">Texte</a> |
anchor |
<a id="*">Texte</a> |
<a id="*">Texte</a> |
background |
<span style="background-color:*">Texte</span> |
<span style="background-color:*">Texte</span> |
block_error |
<div class="error">Texte</div> |
<div class="error">Texte</div> |
block_noparse |
\nTexte\n |
\nTexte\n |
block_notice |
<div class="notice">Texte</div> |
<div class="notice">Texte</div> |
block_offtopic |
<div class="offtopic">Texte</div> |
<div class="offtopic">Texte</div> |
block_paragraph |
<p>Texte</p> |
<p>Texte</p> |
block_preformatted |
<pre>Texte</pre> |
<pre>Texte</pre> |
block_question |
<div class="question">Texte</div> |
<div class="question">Texte</div> |
block_quote |
<blockquote cite="{pseudo}">Texte</blockquote> |
<blockquote cite="{pseudo}">Texte</blockquote> |
block_spoiler |
<div class="spoiler">Texte</div> |
<div class="spoiler">Texte</div> |
block_warning |
<div class="warning">Texte</div> |
<div class="warning">Texte</div> |
code_inline |
<samp>Texte</samp> |
<samp>Texte</samp> |
code_inline |
<code>Texte</code> |
<samp>Texte</samp> |
definition |
<dfn>Texte</dfn> |
<dfn>Texte</dfn> |
direction_left_to_right |
[dir=ltr]Texte[/dir] |
<span dir="ltr">Texte</span> |
direction_left_to_right |
<span dir="ltr">Texte</span> |
<span dir="ltr">Texte</span> |
direction_override |
<bdo dir="*">Texte</bdo> |
<bdo dir="*">Texte</bdo> |
direction_right_to_left |
[dir=rtl]Texte[/dir] |
<span dir="rtl">Texte</span> |
direction_right_to_left |
<span dir="rtl">Texte</span> |
<span dir="rtl">Texte</span> |
doctype |
<!doctype> |
<!doctype> |
figure |
<figure>Texte</figure> |
<figure>Texte</figure> |
figure_caption |
<figcaption>Texte</figcaption> |
<figcaption>Texte</figcaption> |
float_left |
<div style="float:left">Texte</div> |
<div style="float:left">Texte</div> |
float_right |
<div style="float:right">Texte</div> |
<div style="float:right">Texte</div> |
form |
<form>Texte</form> |
<form>Texte</form> |
form_button |
<input type="button"> |
<input type="button"> |
form_checkbox |
<input type="checkbox"> |
<input type="checkbox"> |
form_date |
<input type="date"> |
<input type="date"> |
form_datetime |
<input type="datetime-local"> |
<input type="datetime-local"> |
form_email |
<input type="email"> |
<input type="email"> |
form_fieldset |
<fieldset>Texte</fieldset> |
<fieldset>Texte</fieldset> |
form_hidden |
<input type="hidden"> |
<input type="hidden"> |
form_image |
<input type="image"> |
<input type="image"> |
form_input_generic |
<input type="*"> |
<input type="*"> |
form_label |
<label>Texte</label> |
<label>Texte</label> |
form_legend |
<legend>Texte</legend> |
<legend>Texte</legend> |
form_month |
<input type="month"> |
Balise à définir |
form_option |
<option>Texte</option> |
<option>Texte</option> |
form_password |
<input type="password"> |
<input type="password"> |
form_radio |
<input type="radio"> |
<input type="radio"> |
form_reset |
<input type="reset"> |
<input type="reset"> |
form_search |
<input type="search"> |
<input type="search"> |
form_select |
<select>Texte</select> |
<select>Texte</select> |
form_submit |
<input type="submit"> |
<input type="submit"> |
form_text |
<input type="text"> |
<input type="text"> |
form_textarea |
<textarea>Texte</textarea> |
<textarea>Texte</textarea> |
form_url |
<input type="url"> |
<input type="url"> |
form_week |
<input type="week"> |
<input type="week"> |
framed_text |
<div style="border:1px dotted black;">Texte</div> |
<div style="border:1px dotted black;">Texte</div> |
frame_frame |
<frame src="{url}"> |
<frame src="{url}"> |
frame_frameset |
<frameset>Texte</frameset> |
<frameset>Texte</frameset> |
frame_iframe |
<iframe src="{url}">Texte</iframe> |
<iframe src="{url}">Texte</iframe> |
frame_noframes |
<noframes>Texte</noframes> |
<noframes>Texte</noframes> |
image |
<img src="{url}"> |
<img src="{url}"> |
line_break |
<br> |
<br> |
line_separator |
<hr> |
<hr> |
link |
<a href="{url}">Texte</a> |
<a href="{url}">Texte</a> |
link_email |
<a href="mailto:{email}">Texte</a> |
<a href="mailto:{email}">Texte</a> |
link_javascript |
<a href="javascript:*">Texte</a> |
<a href="javascript:*">Texte</a> |
link_map |
<map>Texte</map> |
<map>Texte</map> |
link_tel |
<a href="tel:{telephone}">Texte</a> |
<a href="auto-detected:{telephone}">Texte</a> |
list_item |
<li>Texte</li> |
<li>Texte</li> |
list_item_dd |
<dd>Texte</dd> |
<dd>Texte</dd> |
list_item_dl |
<dl>Texte</dl> |
<dl>Texte</dl> |
list_item_dt |
<dt>Texte</dt> |
<dt>Texte</dt> |
list_ordered_default |
<ol>Texte</ol> |
<ol>Texte</ol> |
list_ordered_generic |
<ol type="*">Texte</ol> |
<ol type="*">Texte</ol> |
list_ordered_type1 |
<ol type="1">Texte</ol> |
<ol type="1">Texte</ol> |
list_unordered |
<ul>Texte</ul> |
<dl>Texte</dl> |
list_unordered |
<dl>Texte</dl> |
<dl>Texte</dl> |
math_equation |
<img src="http://latex.codecogs.com/gif.latex?*"> |
<img src="http://latex.codecogs.com/gif.latex?*"> |
noscript |
<noscript>Texte</noscript> |
<noscript>Texte</noscript> |
object |
<object>Texte</object> |
<object>Texte</object> |
page_article |
<article>Texte</article> |
<article>Texte</article> |
page_aside |
<aside>Texte</aside> |
<aside>Texte</aside> |
page_body |
<body>Texte</body> |
<body>Texte</body> |
page_css |
<link> |
<link> |
page_footer |
<footer>Texte</footer> |
<footer>Texte</footer> |
page_head |
<head>Texte</head> |
<head>Texte</head> |
page_header |
<header>Texte</header> |
<header>Texte</header> |
page_hgroup |
<hgroup>Texte</hgroup> |
<hgroup>Texte</hgroup> |
page_html |
<html>Texte</html> |
<html>Texte</html> |
page_main |
<main>Texte</main> |
<main>Texte</main> |
page_meta |
<meta> |
<meta> |
page_nav |
<nav>Texte</nav> |
<nav>Texte</nav> |
page_section |
<section>Texte</section> |
<section>Texte</section> |
page_style |
<style>Texte</style> |
<style>Texte</style> |
page_title |
<title>Texte</title> |
<title>Texte</title> |
quotation_short |
<q>Texte</q> |
<q>Texte</q> |
reference |
<cite>Texte</cite> |
<cite>Texte</cite> |
script |
<script>Texte</script> |
<script>Texte</script> |
size_big |
<big>Texte</big> |
<span style="font-size:150%">Texte</span> |
size_multiplier |
<font size="{integer}">Texte</font> |
<font size="{integer}">Texte</font> |
size_normal |
<span style="font-size:12px">Texte</span> |
<span style="font-size:9pt">Texte</span> |
size_normal+1 |
<span style="font-size:14px">Texte</span> |
<span style="font-size:12pt">Texte</span> |
size_normal+2 |
<font size="+2">Texte</font> |
<span style="font-size:14pt">Texte</span> |
size_normal+2 |
<span style="font-size:18px">Texte</span> |
<span style="font-size:14pt">Texte</span> |
size_normal+3 |
<font size="+3">Texte</font> |
<span style="font-size:16pt">Texte</span> |
size_normal+3 |
<span style="font-size:24px">Texte</span> |
<span style="font-size:16pt">Texte</span> |
size_normal+4 |
<font size="+4">Texte</font> |
<span style="font-size:18pt">Texte</span> |
size_normal+4 |
<span style="font-size:36px">Texte</span> |
<span style="font-size:18pt">Texte</span> |
size_normal+5 |
<font size="+5">Texte</font> |
<span style="font-size:20pt">Texte</span> |
size_normal+5 |
<span style="font-size:48px">Texte</span> |
<span style="font-size:20pt">Texte</span> |
size_normal-1 |
<span style="font-size:10px">Texte</span> |
<span style="font-size:10px">Texte</span> |
size_normal-1 |
<font size="-1">Texte</font> |
<span style="font-size:10px">Texte</span> |
size_normal-2 |
<span style="font-size:8px">Texte</span> |
<span style="font-size:8px">Texte</span> |
size_normal-2 |
<font size="-2">Texte</font> |
<span style="font-size:8px">Texte</span> |
size_normal-3 |
<font size="-3">Texte</font> |
<font size="-3">Texte</font> |
size_normal-4 |
<font size="-4">Texte</font> |
<font size="-4">Texte</font> |
size_normal-5 |
<font size="-5">Texte</font> |
<font size="-5">Texte</font> |
size_percent |
<span style="font-size:{integer}%">Texte</span> |
<span style="font-size:{integer}%">Texte</span> |
size_pixels |
<span style="font-size:{integer}px">Texte</span> |
<span style="font-size:{integer}px">Texte</span> |
size_points |
<span style="font-size:{integer}pt">Texte</span> |
<span style="font-size:{integer}pt">Texte</span> |
size_small |
<small>Texte</small> |
<small>Texte</small> |
svg |
<svg>Texte</svg> |
<svg>Texte</svg> |
symbol_1/2 |
½ |
½ |
symbol_1/4 |
¼ |
¼ |
symbol_3/4 |
¾ |
¾ |
symbol_copyright |
© |
© |
symbol_dash_long |
— |
— |
symbol_dash_short |
– |
– |
symbol_degree |
° |
° |
symbol_nbsp |
|
|
symbol_plus/minus |
± |
± |
symbol_registered |
® |
® |
symbol_trademark |
™ |
™ |
table_body |
<tbody>Texte</tbody> |
<tbody>Texte</tbody> |
table_body |
Texte |
<tbody>Texte</tbody> |
table_caption |
<caption>Texte</caption> |
<caption>Texte</caption> |
table_cell |
<td>Texte</td> |
<td>Texte</td> |
table_container |
<table>Texte</table> |
<table style="*">Texte</table> |
table_container |
<table style="*">Texte</table> |
<table style="*">Texte</table> |
table_footer |
Texte |
<tfoot>Texte</tfoot> |
table_footer |
<tfoot>Texte</tfoot> |
<tfoot>Texte</tfoot> |
table_head |
<th>Texte</th> |
<th style="*">Texte</th> |
table_head |
<th style="*">Texte</th> |
<th style="*">Texte</th> |
table_header |
<thead>Texte</thead> |
<thead>Texte</thead> |
table_header |
Texte |
<thead>Texte</thead> |
table_row |
<tr style="*">Texte</tr> |
<tr style="*">Texte</tr> |
teletype_html |
<tt>Texte</tt> |
<pre style="font-family:Monospace">Texte</pre> |
teletype_html |
<pre style="font-family:Monospace">Texte</pre> |
<pre style="font-family:Monospace">Texte</pre> |
text_blue |
<span style="color:blue">Texte</span> |
<span style="color:blue">Texte</span> |
text_bold |
<b>Texte</b> |
<span style="font-weight:bold">Texte</span> |
text_bold |
<span style="font-weight:bold">Texte</span> |
<span style="font-weight:bold">Texte</span> |
text_bold |
<gras>Texte</gras> |
<span style="font-weight:bold">Texte</span> |
text_color |
<span style="color:*">Texte</span> |
<font color="*">Texte</font> |
text_color |
<font color="*">Texte</font> |
<font color="*">Texte</font> |
text_emphasis |
<em>Texte</em> |
<em>Texte</em> |
text_emphasis |
<ital>Texte</ital> |
<em>Texte</em> |
text_font |
<span style="font-family:{fonts}">Texte</span> |
<font face="{fonts}">Texte</font> |
text_font |
<font face="{fonts}">Texte</font> |
<font face="{fonts}">Texte</font> |
text_green |
<span style="color:green">Texte</span> |
<span style="color:green">Texte</span> |
text_insertion |
<ins>Texte</ins> |
<ins>Texte</ins> |
text_italic |
<i>Texte</i> |
<span style="font-style:italic">Texte</span> |
text_italic |
<ital>Texte</ital> |
<span style="font-style:italic">Texte</span> |
text_red |
<span style="color:red">Texte</span> |
<span style="color:red">Texte</span> |
text_strike |
<del>Texte</del> |
<strike>Texte</strike> |
text_strike |
<s>Texte</s> |
<strike>Texte</strike> |
text_strike |
<span style="text-decoration:line-through">Texte</span> |
<strike>Texte</strike> |
text_strike |
<strike>Texte</strike> |
<strike>Texte</strike> |
text_strong |
<strong>Texte</strong> |
<strong>Texte</strong> |
text_strong |
<gras>Texte</gras> |
<strong>Texte</strong> |
text_subscript |
<sub>Texte</sub> |
<sub>Texte</sub> |
text_superscript |
<sup>Texte</sup> |
<sup>Texte</sup> |
text_underline |
<u>Texte</u> |
<span style="text-decoration:underline">Texte</span> |
text_underline |
<span style="text-decoration:underline">Texte</span> |
<span style="text-decoration:underline">Texte</span> |
text_underline |
<souligne>Texte</souligne> |
<span style="text-decoration:underline">Texte</span> |
time |
<time>Texte</time> |
<time>Texte</time> |
title1 |
<h1>Texte</h1> |
<h1>Texte</h1> |
title1_centered |
<h1 style="text-align:center">Texte</h1> |
<h1 style="text-align:center">Texte</h1> |
title1_justified |
<h1 style="text-align:justify">Texte</h1> |
<h1 style="text-align:justify">Texte</h1> |
title1_right |
<h1 style="text-align:right">Texte</h1> |
<h1 style="text-align:right">Texte</h1> |
title2 |
<h2>Texte</h2> |
<h2>Texte</h2> |
title2_centered |
<h2 style="text-align:center">Texte</h2> |
<h2 style="text-align:center">Texte</h2> |
title2_justified |
<h2 style="text-align:justify">Texte</h2> |
<h2 style="text-align:justify">Texte</h2> |
title2_right |
<h2 style="text-align:right">Texte</h2> |
<h2 style="text-align:right">Texte</h2> |
title3 |
<h3>Texte</h3> |
<h3>Texte</h3> |
title3_centered |
<h3 style="text-align:center">Texte</h3> |
<h3 style="text-align:center">Texte</h3> |
title3_justified |
<h3 style="text-align:justify">Texte</h3> |
<h3 style="text-align:justify">Texte</h3> |
title3_right |
<h3 style="text-align:right">Texte</h3> |
<h3 style="text-align:right">Texte</h3> |
title4 |
<h4>Texte</h4> |
<h4>Texte</h4> |
title4_centered |
<h4 style="text-align:center">Texte</h4> |
<h4 style="text-align:center">Texte</h4> |
title4_justified |
<h4 style="text-align:justify">Texte</h4> |
<h4 style="text-align:justify">Texte</h4> |
title4_right |
<h4 style="text-align:right">Texte</h4> |
<h4 style="text-align:right">Texte</h4> |
title5 |
<h5>Texte</h5> |
<h5>Texte</h5> |
title5_centered |
<h5 style="text-align:center">Texte</h5> |
<h5 style="text-align:center">Texte</h5> |
title5_justified |
<h5 style="text-align:justify">Texte</h5> |
<h5 style="text-align:justify">Texte</h5> |
title5_right |
<h5 style="text-align:right">Texte</h5> |
<h5 style="text-align:right">Texte</h5> |
title6 |
<h6>Texte</h6> |
<h6>Texte</h6> |
title6_centered |
<h6 style="text-align:center">Texte</h6> |
<h6 style="text-align:center">Texte</h6> |
title6_justified |
<h6 style="text-align:justify">Texte</h6> |
<h6 style="text-align:justify">Texte</h6> |
title6_right |
<h6 style="text-align:right">Texte</h6> |
<h6 style="text-align:right">Texte</h6> |
title7 |
<h7>Texte</h7> |
<h7>Texte</h7> |
useless_button |
<button>Texte</button> |
<button>Texte</button> |
useless_divider |
<div>Texte</div> |
<div>Texte</div> |
useless_link |
<a>Texte</a> |
<a>Texte</a> |
useless_span |
<span>Texte</span> |
<span>Texte</span> |