ekostadinov

Profile 1/3 - HTML Page

Oct 2nd, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.     <title>MyProfile</title>
  6.     <style type="text/css"></style>
  7.     <link type="text/css" rel="stylesheet" href="ProfileStyles.css" />
  8. </head>
  9.  
  10. <body>
  11.     <div id="header"><h1>
  12.         <a href="Profile.html">Profile</a> <a href="Friends.html">Friends</a> <a href="Info.html">AdditionalInformation</a>
  13.                      </h1></div>
  14.     <br />
  15.     <br />
  16.     <hr />
  17.     <div id="navigation"><h1>Profile of Evgeni</h1></div>
  18.     <hr />
  19.     <div id="content"><h1><img src="http://www.prikachi.com/images/372/5330372K.jpg" alt="MyPicture"/></h1>
  20.         <h2>Name: Evgeni Kostadinov</h2>
  21.         <h3>Birthday: 17 December 1984</h3>
  22.         <h4>Occupation: Working on full day job</h4>
  23.         <h5>Area of occupation: Law</h5>
  24.        
  25.     </div>
  26.  
  27.  
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment