Html codes                   
                                    
                                     
                                    To simply make a cursor, follow these instrusions
                                    First copy and paste the text below:
                                     
                                    </center><body style="cursor:url(Put the cursor URL in these brackets);">
                                    To make a background do this:
                                    <body background="Put the background image url here!>
                                     
                                    To make a prompt asking somebody's name copy this:
                                     
                                    whatName=prompt("Please type in your name:","");
function doName(theName){
  if ((whatName != "")&&(whatName
                                    !=null)){
    // you can modify this as needed
    // this is the message if a name is
                                    typed in 
    document.writeln("Hello "+whatName+"!")
  }else{
    // you can
                                    modify this as needed
    // this is the message if a name is *not* typed in
    document.writeln("Hi
                                    there, what's your name")
  }
}
                                    doName(whatName);
                                    </script>
                                     
                                    To make a alert saying something copy this in
                                     
                                    <BODY BGCOLOR="#ffffff" link="#0000cd" vlink="#0000cd" onLoad="alert('Welcome To Your website
load="alert('Thanks
                                    For Coming');"> 
                                     
                                    To make a no-right click pop up, copy this:
                                     
                                    function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
     
                                    return false
   } else if (bIE && (event.button >1)) {
     alert(am)
    
                                    return false;
   }
}