Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Welcome to my site</title>
  5.         <meta charset="UTF-8"/>
  6.     </head>
  7.    
  8.     <body>
  9.    
  10.         <div style="background-color: #CEE3F6;">
  11.             <h1>Ludwig von Mises</h1>
  12.  
  13.             <p>
  14.                 <b>Ludwig Heinrich Edler von Mises</b> (29 September 1881 &mdash; 10 October 1973) was a philosopher,
  15.                 <a href="http://en.wikipedia.org/wiki/Austrian_School">Austrian School</a> economist, sociologist, and classical liberal.
  16.                 He became a prominent figure in the Austrian School of economic thought and is best known for his work on praxeology, a study of human choice and action.
  17.                 Fearing a Nazi takeover of Switzerland, where he was living at the time, Mises emigrated to the United States in 1940.
  18.                 Mises' thought has exerted significant influence on the libertarian movement in the United States in the mid-20th century.<br>
  19.                 <img src="Mises.jpg" alt="Mises" width="439" height="600">
  20.             </p>
  21.            
  22.             <a href="http://en.wikipedia.org/wiki/Ludwig_von_Mises">This is a link to the wikipedia article of Mises</a><br>
  23.             <a href="http://mises.org/"> And this is a link to the website dedicated to his teachings</a><br><br>
  24.            
  25.             <a href="">
  26.                 <abbr title="This is a picture of the code behind this website">
  27.                     <img src="capture.png" alt="Code picture" width="400" height="300">
  28.                 </abbr>
  29.             </a>
  30.             <p>The picture is clickable</p>
  31.            
  32.             <address>
  33.                 <pre>
  34.     My name is Olafur Magnusson and I'm studying Software Engineering at the Univercity of Iceland.
  35.  
  36.     Contact information:
  37.     Telephone 7727895
  38.     <a href="mailto:%20ohm1@hi.is">Email</a><br>
  39.                 </pre>
  40.             </address>
  41.            
  42.         </div>
  43.     </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement