"Fake hacker code" in html with css and js [closed]

  1. Close your <p> tag
  2. The script uses jQuery,notice the $ sign, download it or use a CDN and place it above your script
  3. Make sure that the page is fully loaded before executing the code

    $(document).ready(function(){
        // your script here
    });
    

Leave a Comment