Permet de faire défiler
l'ecriture de droite a gauche :
<marquee>votre texte</marquee>
Pour défiler de gauche a
droite :
<marquee direction=right>votre
texte</marquee>
Pour faire défiler votre texte
de droite a gauche et lui faire faire des allers retours :
<marquee behavior=alternate>votre
texte</marquee>
Code permettant de faire
défiler l'écriture de bas en haut :
<marquee behavia=alternate direction=up>votre
texte</marquee>
Ecrire dans 1 cadre de couleur (pour
changer la couleur du cadre remplacez white par une autre couleur)
:
<div style="background:blue">votre texte</div
style>
Il y a un autre code qui marche
très bien, il fonctionne sur le même principe que celui
d'au dessus :
<div style="background-color:blue">votre texte</div
style>
Pour écrire en gros :
<div style="font:100pix">votre texte</div
style>
Pour écrire avec une police
différente :
<div style=font-family:forte>votre texte</div
style>
ensuite vous remplacer forte par la
police de votre choix.
Code divers :
<div style="FILTER: Flipv; FONT-SIZE: 20pt; FONT-STYLE: normal;
FONT-VARIANT: normal; FONT-WEIGHT: normal; LINE-HEIGHT: normal;
TEXT-ALIGN: center; WIDTH: 100%">votre
texte</div>
<div style="FILTER: Fliph; FONT-SIZE: 20pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; LINE-HEIGHT: normal; TEXT-ALIGN: center; WIDTH: 100%">votre texte</div>
<div style="width:100%;filter:glow(color=blue,strength=7);color:red">votre texte</div style>
<div style="width:100%;filter:glow(color=red,strength=3);color:blue">votre texte</div style>
<div style="font:20px;width:100%;filter:SHADOW(color=white,strength=3);color :red">votre texte</div style>
<div style="font:20px;width:100%;filter:SHADOW(color=cyan,strength=3);color: blue">votre texte</div style>
<div style="width:100%;filter:glow(color=silver;strength=4);font:14ptcomic sans ms;color=navy">votre texte</div style>
<div style="width:100%;filter:glow(color=blue,strength=3);color:black">votre texte</div style>
<div style="font:20pt;width:90%;filter:glow(color=red,strength=8);color:blue"> <div style="width:100%;filter:glow(color=red,strength=5);color:Yellow"> votre texte</div></div>
<div style="font:20px;width:100%;filter:SHADOW(color=RED,strength=3);color: black">votre texte</div>
<div style="width:100%;filter:glow(color=black,strength=7);color:white">votre texte</div>
<div style="width:100%;filter:glow(color=red;strength=5);font:12ptcomic sans ms;color=yellow">votre texte</div>
<div style="width:100%;font:15pt;background-color:#e6eeff;color:darksalmon; filter:blur(add=0, strength=3)">votre texte</div>