AlexKondov

HTML User Profile

Jun 1st, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Profile</title>
  5.     <link rel="stylesheet" type="text/css" href="ProfileStyles.css">
  6. </head>
  7. <body >
  8.     <nav>
  9.     <div class="leftNav"><a href="Profile.html">Profile</a></div>
  10.     <div class="centerNav"><a href="Friends.html">Friends</a></div>
  11.     <div class="rightNav"><a href="Info.html">Additional Information</a></div>
  12.     </nav>
  13.     <hr>
  14.     <h1>Profile of Alex</h1>
  15.     <hr>
  16.     <br>
  17.     <img src="batman.jpg" width="150" height="200">
  18.     <br><br>
  19.     <div><b>Name:</b> Alex Kondov</div>
  20.     <div><b>Age:</b> 19</div>
  21.     <div><b>Occupation:</b> Student</div>
  22.     <div><b>Area of Occupation:</b> IT</div>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment