<a>
<abbr>
<acronym>
<address>
<area />
<bdo>
<blockquote>
<body>
<br />
<button>
<caption>
<cite>
<code>
<dd>
<del>
<dfn>
<div>
<dl>
<dt>
<em>
<fieldset>
<form>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<head>
<hr />
<html>
<img />
<input />
<ins>
<kbd>
<label>
<legend>
<li>
<link />
<map>
<meta />
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param />
<pre>
<q>
<samp>
<script>
<select>
<span>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<ul>
<var>
La balise <button /> définit un bouton de formulaire d'une page web xhtml (balise de type EN LIGNE).
<form action="">
<fieldset>
<legend>Informations sur vous</legend>
<label for="description">Description</label> : <br />
<textarea rows="10" cols="10" name="maDescription" id="description"></textarea><br /><br />
<button>Valider le <strong>formulaire</strong></button>
</fieldset>
</form>
2024 © Fabien Branchut