Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Profile</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>Profile of Alex</h1>
- <hr>
- <br>
- <img src="batman.jpg" width="150" height="200">
- <br><br>
- <div><b>Name:</b> Alex Kondov</div>
- <div><b>Age:</b> 19</div>
- <div><b>Occupation:</b> Student</div>
- <div><b>Area of Occupation:</b> IT</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment