<html> <head> <title>Sohail2D!</title> <script language="javascript" type="text/javascript"> function init(){ var st="<div id=div1 onclick='c();' style='BACKGROUND: black; display=block; position=absolute; left=0; top=0; WIDTH: 1000px; HEIGHT: 600px;'><div style='height=300'> </div><center style='color=white;font-size=12; font-family=tahoma; cursor=hand'>Click here!</center></div>"; document.writeln(st); return true; } function c(){ div1.style.display="none"; return true; } init(); </script>
</head> <body bgcolor="#cccccc"> WELCOME TO My blog </body> </html>