Tags Création de site web WD16 Nowwweb.com MYSQL Alixo SEO Google Facebook SSL Jquery Word 2003 IpTables optimisation mail Référencement Sécurisation windows Réseau PHP Windows7 Autorité de certification e-mail Redimensionnement image HTML disque virtuel Certificat CSS word CMS Javascript | Souligner ou Surligner du texte en CSSIl s'agit de la proprieté CSS "text-decoration" : <style>
.surligne {text-decoration:overline} </style> <p class='surligne'>Ce texte est en italique </p>
OU (mais c'est moins bien :( ) <p style="text-decoration:overline">Ce texte est surligné</p> <p style="text-decoration:line-through">Ce texte est barré</p> <p style="text-decoration:underline">Ce texte est souligné</p> <p style="text-decoration:bling">Ce texte est clignotant</p> Ce qui donne : Ce texte est surligné Ce texte est barré Ce texte est souligné Ce texte est clignotant ![]() ![]() ![]() ![]() Commentaires |