English
<!--Script description: Step 1: Add the following code to the <head> area:--> <SCRIPT language=javascript> function mOver(){ document.all.tags("A").item(0) .style.textDecoration="none"; } </SCRIPT> <STYLE type=text/css>A:hover { COLOR: orange } </STYLE> <STYLE type=text/css>A:hover { CURSOR: ne- resize } A { TEXT-DECORATION: none } </STYLE> <!--Step 2: Add the following code to the <body> area:--> <A href="http://www.downcodes.com" > Website Building Academy</A>