Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Friends</title>
- <link rel="stylesheet" type="text/css" href="ProfileStyles.css">
- </head>
- <body>
- <nav>
- <div class="leftNav"><a href="Profile.html">Profile</a></div>
- <div class="centerNav"><a href="Friends.html">Friends</a></div>
- <div class="rightNav"><a href="Info.html">Additional Information</a></div>
- </nav>
- <hr>
- <h1>Friends of Alex</h1>
- <hr>
- <dl>
- <dt>1. Pesho Ivanov</dt>
- <dd>Student</dd>
- <dt>2. Venci Jordanov</dt>
- <dd>Student</dd>
- <dt>3. Georgi Georgiev</dt>
- <dd>Technician</dd>
- </dl>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment