trahsemaj

Untitled

Oct 7th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.        
  5.     </head>
  6.     <body>
  7.         <p>
  8.             <h1>
  9.                 Big Title goes Here!!
  10.             </h1>
  11.            
  12.             Check out this <a href="http://www.zombo.com/"> webzone </a> <br>
  13.            
  14.             Also look at this sweet pic:
  15.             <img src="glowing.jpg" alt="OH NO"> <br>
  16.            
  17.             <a href="../Ass1/1WEBZONE.HTML">Old Webzone</a> <br>
  18.            
  19.         </p>
  20.        
  21.         <p>
  22.             <h2>
  23.                 ITS A LIST
  24.             </h2>
  25.             <ol>
  26.                     <li>http://www.example.com/site/admin/post/images/giraffe.png</li>
  27.                     <li>/hotdog.css</li>       
  28.                     <li>http://www.example.com/site/admin/post/www.reddit.com/r/universityofreddit</li>
  29.                     <li>http://www.reddit.com/r/universityofreddit</li>
  30.                     <li>http://www.example.com/site/pages.html</li>
  31.             </ol>
  32.        
  33.         </p>
  34.        
  35.        
  36.    
  37.     </body>
  38.  
  39.  
  40.  
  41. </html>
Add Comment
Please, Sign In to add comment