editeur.html (1185B)
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 <head> 4 <title>Éditeur sémantique</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Language" content="fr" /> 7 <meta name="keywords" lang="fr" content="Éditeur sémantique, wysiwym, javascript" /> 8 <meta name="description" content="Un éditeur sémantique simple pouvant être incorporé dans une page web." /> 9 <link href="editeur.css" rel="stylesheet" type="text/css" /> 10 <script type="text/javascript" src="jquery/jquery-1.4.2.js"></script> 11 <script type="text/javascript" src="editeur.js"></script> 12 </head> 13 <body> 14 <textarea id="commentaire" class="éditeur-semantique" cols="70" rows="15"> 15 <titre><texte texte="Test"/></titre> 16 <paragraphe><important><texte texte="hello world"/></important><texte texte=", bonjour "/><lien interne="false" cible="http://www.example.com/page/" texte="monde"></lien><texte texte=" !"/></paragraphe> 17 </textarea> 18 </body> 19 </html>