-Annie-

UserProfilePages-Friends

Sep 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 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="styles.css">
  6. </head>
  7. <body>
  8.     <h1>Doge Social Network</h1>
  9.      <ul>
  10.         <li><a href="home.html"> Home</a></li>
  11.         <li><a href="profile.html"> Profile</a></li>
  12.         <li><a href="friends.html"> Friends</a></li>
  13.       </ul>
  14.       <hr>
  15.       <h2>Friends of Doge</h2>
  16.       <hr>
  17.      <dl>
  18.         <dt>Such Friend</dt>
  19.         <dd>best friend</dd>
  20.         <dt>Many Friends</dt>
  21.         <dd>unknown</dd>
  22.         <dt>Wow</dt>
  23.         <dd>yeah, right</dd>
  24.      </dl>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment