Site


Image introuvable Avancement : 10 %

Balise <spoil>


Avancement : 70 %
Bogues : Incrémentation
Systemes additionels à Apache: PHP, MYSQL.
Logiciel de dévloppement : Notepad ++, WAMP.
Principe : Cache un texte
Exemple :
Spoiler : Cacher - Montrer
Bien le bonjour

Balise <code type="*">


Avancement : 15 %
Bogues : Ne marche pas top sous IE
Systemes additionels à Apache : PHP, Geshi.
Logiciel de dévloppement : Notepad ++, WAMP.
Principe : Affiche du code prêt à être copié.
Exemple :
Voici du code HTML :

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  3. <title>Test</title>
  4. </head>
  5. <body style="size: 2em">
  6. <p class="p" id="p">Paragraphe</p>
  7. </body>
  8. </html>