Advertisement
C-Squared

HTML3

Nov 18th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.65 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.    
  4.     <head>
  5.         <Title>First Weeb Page</Title>
  6.         <link href="app.css" rel="stylesheet"/>
  7.     </head>
  8.    
  9.     <body>
  10.         <header>
  11.             <h1>Visit Anybone, Germany!!!!!!!!!!!!!</h1>
  12.         </header>
  13.         <img src="images/Best.PNG"/>
  14.        
  15.         <aside>
  16.             <h2 class="title">Click these</h2>
  17.             <ul>
  18.                 <li><a href="https://www.google.com/search?q=skeleton&espv=2&biw=1440&bih=799&source=lnms&tbm=isch&sa=X&ved=0CAYQ_AUoAWoVChMIupK4u5qayQIVyrYeCh0JWAmr">Real Skeletons</a></li>
  19.                 <li><a href="https://www.google.com/search?q=skeleton&espv=2&biw=1440&bih=799&source=lnms&tbm=isch&sa=X&ved=0CAYQ_AUoAWoVChMIupK4u5qayQIVyrYeCh0JWAmr#tbm=isch&q=stock+photography+of+people">Skeletons Wearing Skin</a></li>
  20.             </ul>
  21.         </aside>
  22.        
  23.         <section>
  24.             <article>
  25.                 <h4>Bone-Chilling Museums</h4>
  26.                 <img src="images/Piano.GIF"/>
  27.                 <p>While most museums are a collection of Bold artifacts that every one is really interested in viewing, our musuems have a ton of great artifacts.</p>
  28.                 <p>A skele-TON</p>
  29.                 <p>You don't find anything like these any where else in the underground. Our museums kill that of our closet competitors including the Museum of Bone Art, the Paris Graveyard Musuem and the Museum of Broken Skulls.</p>
  30.                 <p>Come check them out...or else.</p>
  31.             </article>
  32.            
  33.             <article>
  34.                 <h2>Splashyourenemies Waterpark</h2>
  35.                 <img src="images/Muscles.JPG"/>
  36.                 <p>Our wetpark is the biggest and best park in the Earfh. Just down of interstate 2k15, you'll find a sweat mix of Supe r Slides and lazy people.</p>
  37.                 <p>Don't break a bone while going down the slides.</p>
  38.                 <p>If that was enough, we have approx. 126 of the best food trucks in the general area serving everything from fried fries to lemonade pizza. Don't forget if you buy our "waste your money" water park keepsake, you might get 10% off refills all hour.</p>
  39.                 <p>And we wouldn't be CLOSED without the rules about splashing ... oh wait skeletons can't even swim just don't come here.</p>
  40.             </article>
  41.            
  42.             <article>
  43.                 <h2>Zoolock</h2>
  44.                 <img src="images/Space Jam.JPG"/>
  45.                 <p>Finally, you don't want to read this page anymore. Adults, children and seniors say "...Oh My! Who made this?" We have the largest selection of bone in captivity animals. We did want to take the from their natural habitat, so we just stole them from the other zoos in the</p>
  46.                 <p>Bone pun</p>
  47.                 <p></p>
  48.             </article>
  49.         </section>
  50.        
  51.         <aside>
  52.             <h1>Why'd You Get Here</h1>
  53.             <ol id="orderedlist">
  54.                 <li>BiPlane</li>
  55.                 <li>By Train</li>
  56.                 <li>By</li>
  57.                 <li>This site is not funny</li>
  58.             </ol>
  59.         </aside>
  60.        
  61.         <footer>
  62.             Copyright 2015
  63.         </footer>
  64.        
  65.     </body>
  66.  
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement