Advertisement
Guest User

lab.html

a guest
Dec 11th, 2012
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Understanding HTML and CSS</title>
  5.  
  6. </head>
  7. <body>
  8.     <h1>
  9.         Want to be an <span id="uppercase">understander?</span>
  10.     </h1>
  11.  
  12.     <img src="http://thewhiskywoman.files.wordpress.com/2012/11/geek.jpg" alt="geek" />
  13.     <div id="text">
  14.         <h2>How'd you like to...</h2>
  15.         <p>Understand every word and every nuance in a Shakespeare play ?</p>
  16.  
  17.         <h2>Can you imagine...</h2>
  18.         <p>Going to see a play performed and actually understanding everything that's going on</p>
  19.  
  20.         <h2>Would you like to...</h2>
  21.         <p>Have people admire and even esteem you because you know whether or not Portia cheated her father by
  22.             telling Bossanio which casket to choose ?</p>
  23.  
  24.         <div id="bottom">
  25.             <h3>It's all possible !</h3>
  26.             <h2>Live the life you've dreamed about - be an Understander !</h2>
  27.         </div>
  28.     </div>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement