" ); document.alinkColor = 0xff0000; //(2) document.bgColor = 0xffcccc; //(3) document.fgColor = 0xffffff; //(4) document.linkColor = 0x000000; //(5) document.vlinkColor = 0x0088cc; //(6) document.write( "
"); document.write( "Index | Next"); document.write(" | Home"); document.write( "

"); document.write("This URL is " , document.location , " .

" ); //(7) document.write("

Hello World!
"); //document.write("
"); // dodument.write("
"); document.write("

Hello 2

"); document.write( "
Hosted by www.Geocities.ws

" ); document.close(); //(8) } //-->
Code:
1