Advertisement
FLISEN

Friends

Dec 30th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <style>
  6. body
  7. {
  8. background-color:#b0c4de;
  9. }
  10. </style>
  11. </head>
  12.  
  13. <body>
  14.  
  15. <pre><a href="Profile.html">Profile</a>     <a href="Friends.html">Friends</a>     <a href="AdditionalInfo.html">Additional Information</a></pre>
  16. </br></br>
  17. <hr>
  18. <p><h1>Friends of Doncho</h1></p>
  19. <hr>
  20. <dl>
  21. <dt>1. <em>Pesho Ivanov</em></dt>
  22. <dd>Student<dd>
  23. <dt>2. <em>Vankata</em></dt>
  24. <dd>Software developer<dd>
  25. <dt>3. <em>Bai Gosho</em></dt>
  26. <dd>System admin<dd>
  27. </dl>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement