syssboxx

ProfileDoncho-Profil

Aug 2nd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5.  <head>
  6.  
  7.   <title> Exercise3 </title>
  8.  
  9.   <style>
  10.  
  11.   .menu
  12.  
  13.   { list-style-type:none;
  14.  
  15.     margin:0;
  16.  
  17.     padding:0;
  18.  
  19.   .menu_items
  20.  
  21.   { display:inline;
  22.  
  23.     margin-right: 100px;
  24.  
  25.   }
  26.  
  27.   </style>
  28.  
  29.  </head>
  30.  
  31.  <body>
  32.  
  33.    <header>
  34.  
  35.    <nav>
  36.  
  37.    <ul class="menu">
  38.  
  39.    <li class="menu_items"><a class="item" href="Profile.html" title="Profile"> Profile </a> </li>
  40.  
  41.    <li class="menu_items"><a class="item"  href="Friends.html" title ="Friends"> Friends </a></li>
  42.  
  43.    <li class="menu_items" ><a class="item" href="Info.html" title="Information" > Additional Information </a></li>
  44.  
  45.    </ul>
  46.  
  47.    </nav>
  48.  
  49.    </header>
  50.  
  51.    <hr>
  52.    <h1><em> Profile of Doncho</em></h1>
  53.  
  54.    <hr>
  55.    <img src="doncho.jpg" alt="Doncho">
  56.  
  57.    <p>Name : Doncho Minkov </p>
  58.  
  59.    <p>Birthday : 22 June 1989 </p>
  60.  
  61.    <p>Occupation : Student </p>
  62.  
  63.    <p>Area of Occupation : IT </p>
  64.  
  65. </body>
  66.  
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment