Titoli & testi arricchiti 1
 
<b><font size="5" face="Verdana, Arial, Helvetica, sans-serif">(
<script language="JavaScript">


var neonMessage="VIVA PSICOPOLIS!"; //Message you want to display with special effect.
var textColor="#1187FF"; //The original color of the message.
var neonColorBrighter="#113AFF"; //The brighter color the special effect will use.
var neonColorDarker="#6480FF"; //The darker color the special effect will use.
var neonFlashLetterBrighter=4; //The count of the letter that will be displayed by using brighter color.
var neonFlashLetterDarker=3; //The count of the letter that will be displayed by using darker color.
var neonFlashSpeed=100; //The speed of the animation in millisecond, lower is faster.
var neonFlashDelay=0; //How long to wait for each move, lower is faster. 0 is no stopping.

//**************************************************************
//DO NOT CHANGE ANYTHING BELOW.
//**************************************************************

var charPos=0;
if (document.all||document.getElementById){
document.write('<font color="'+textColor+'">');
for (i=0;i<neonMessage.length;i++)
document.write('<span id="NEONLIGHTS'+i+'">'+neonMessage.charAt(i)+'</span>');
document.write('</font>');
}
else
document.write(neonMessage);

function neon(){
if (charPos==0){
for (i=0;i<neonMessage.length;i++)
getCharByIndex(i).style.color=textColor;
}

getCharByIndex(charPos).style.color=neonColorBrighter;

if (charPos>neonFlashLetterBrighter-1)
getCharByIndex(charPos-neonFlashLetterBrighter).style.color=neonColorDarker;
if (charPos>(neonFlashLetterBrighter+neonFlashLetterDarker)-1)
getCharByIndex(charPos-neonFlashLetterBrighter-neonFlashLetterDarker).style.color=textColor;

if (charPos<neonMessage.length-1)
charPos++;
else{
charPos=0;
clearInterval(timerNeon);
setTimeout("doNeon()",neonFlashDelay);
return;
}
};

function doNeon(){
if (document.all||document.getElementById)
timerNeon=setInterval("neon()",neonFlashSpeed);
};

function getCharByIndex(index){
var oNeonChar=document.all?eval("document.all.NEONLIGHTS"+index):document.getElementById("NEONLIGHTS"+index);
return oNeonChar;
};

doNeon();
</script>
) </font></b>

copia e incolla
testo segnalato con evidenziatore laterale
 
<div style="border-left:4px solid #ff0000;font:11px verdana;padding-left:5px;">
copia e incolla
Testo evidenziato
 
<span style="background-color:yellow;"> This is easily accomplished with CSS. </span>
copia e incolla