AlexKondov

HTML User Friends

Jun 1st, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Friends</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>Friends of Alex</h1>
  15.     <hr>
  16.     <dl>
  17.         <dt>1. Pesho Ivanov</dt>
  18.         <dd>Student</dd>
  19.         <dt>2. Venci Jordanov</dt>
  20.         <dd>Student</dd>
  21.         <dt>3. Georgi Georgiev</dt>
  22.         <dd>Technician</dd>
  23.     </dl>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment