Advertisement
PiggiesGoSqueal

index.html

Aug 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.59 KB | None | 0 0
  1. <html>
  2.  
  3.     <head>
  4.         <title>Porkopolis</title>
  5.     </head>
  6.  
  7.     <link rel="stylesheet" href="styles.css"
  8.       type="text/css" media="screen" charset="utf-8" />
  9.  
  10.     <style>
  11.         body { <!-- This does not get highlighted in Notepad++ and does not work when I open it in a web browser. -->
  12.             backround-image: url("https://i.imgsafe.org/30/309ea142fe.jpeg");
  13.         }
  14.     </style>
  15.  
  16. <!-- Everything except the title should be in <body> </body> -->
  17.     <body>
  18.         <p>
  19.             <h1>Porkopolis Minecraft Server</h1>
  20.    
  21.             Hello! Welcome to my test site for my <i>CSCI 106 Web Development</i> class!</p>
  22.  
  23.         </p>
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement