Astuces de composition
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
Tags HTML permis: <a> <em><cite> <code><center> <ul><img> <ol> <li> <dl> <dt> <dd><p><br>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
Description de la balise Vous entrez Vous obtenez Les ancres sont utilisées pour établir des liens vers d'autres pages. <a href="http://www.geekomatik.com">www.GeekomatiK.com</a>www.GeekomatiK.com Accentué <em>Accentué</em>Accentué Citation <cite>Citation</cite>Citation Text codé pour afficher du code de programmation <code>Codé</code>CodéAucune aide n'est fournie pour la balise center. Liste non ordonnée - utilisez <li> pour débuter chaque élément de la liste <ul> <li>Premier élément</li> <li>Second élément</li> </ul>- Premier élément
- Second élément
Aucune aide n'est fournie pour la balise img. Liste ordonnée - utilisez <li> pour débuter chaque élément de la liste <ol> <li>Premier élément</li> <li>Second élément</li> </ol>- Premier élément
- Second élément
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. <dl> <dt>Premier terme</dt> <dd>Première définition</dd> <dt>Second terme</dt> <dd>Seconde définition</dd> </dl>- Premier terme
- Première définition
- Second terme
- Seconde définition
By default paragraph tags are automatically added, so use this tag to add additional ones. <p>Paragraphe un.</p> <p>Paragraphe deux.</p>Paragraphe un.
Paragraphe deux.
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility Texte avec <br />saut de ligneTexte avec
saut de ligneMost unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
Description du caractère Vous entrez Vous obtenez Et commercial && Supérieur >> Inférieur << Marque de citation ""
