Advertisement
ekostadinov

Profile 2/3 Friends - HTML Page

Oct 2nd, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>MyFriends</title>
  5.     <style type="text/css"></style>
  6.     <link type="text/css" rel="stylesheet" href="FriendsStyles.css"/>
  7. </head>
  8.     <body>
  9.     <div id="header"><h1>
  10.         <a href="Profile.html">Profile</a> <a href="Friends.html">Friends</a> <a href="Info.html">AdditionalInformation</a>
  11.                      </h1></div>
  12.     <br />
  13.     <br />
  14.     <hr />
  15.     <div id="navigation"><h1>Friends of Evgeni</h1></div>
  16.     <hr />
  17.         <div id="content">
  18.             <dl>
  19.                 <dt>1.Kalin Arangelov</dt>
  20.                     <dd>Assistant lawyer</dd>
  21.                 <dt>2.Radoslav Mutafov</dt>
  22.                     <dd>Assistant lawyer</dd>
  23.                 <dt>3.Aleksandur Iankulov</dt>
  24.                     <dd>Lawyer</dd>
  25.             </dl>
  26.  
  27.         </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement