Advertisement
1User

Hello World!

Apr 25th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <style>
  4.             body{
  5.                 background-image: url('http://i1.kym-cdn.com/photos/images/facebook/000/581/296/c09.jpg');
  6.                 background-repeat: no-repeat;
  7.             }
  8.             #HelloWorldText{
  9.                 font-family: "Comic Sans MS", cursive, sans-serif;
  10.                 font-style:italic;
  11.                 font-size: 35px;
  12.             }
  13.         </style>
  14.     </head>
  15.     <body>
  16.         <span id="HelloWorldText">Hello World!</span>
  17.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  18.         <script>
  19.             $(function(){
  20.                
  21.             });
  22.         </script>
  23.     </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement