HTML SCRIPT
Text And Link Variation
Colour text
<font color="red">Colour text</font><br/>
<blink>Blinking Text</blink>
<marquee behavior="scroll" direction="left" loop="15">Running Text Left</marquee><br/>
<marquee behavior="scroll" direction="right" loop="10">Running text right</marquee>
<marquee behavior="alternate" direction="right" loop="15">Running text right and left</marquee>
<marquee behavior="scroll" direction="up" loop="15">Running text up</marquee>
<marquee behavior="scroll" direction="down" loop="15">Running text down</marquee>