Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title> Exercise3 </title>
- <style>
- .menu
- { list-style-type:none;
- margin:0;
- padding:0;
- .menu_items
- { display:inline;
- margin-right: 100px;
- }
- </style>
- </head>
- <body>
- <header>
- <nav>
- <ul class="menu">
- <li class="menu_items"><a class="item" href="Profile.html" title="Profile"> Profile </a> </li>
- <li class="menu_items"><a class="item" href="Friends.html" title ="Friends"> Friends </a></li>
- <li class="menu_items" ><a class="item" href="Info.html" title="Information" > Additional Information </a></li>
- </ul>
- </nav>
- </header>
- <hr>
- <h1><em> Profile of Doncho</em></h1>
- <hr>
- <img src="doncho.jpg" alt="Doncho">
- <p>Name : Doncho Minkov </p>
- <p>Birthday : 22 June 1989 </p>
- <p>Occupation : Student </p>
- <p>Area of Occupation : IT </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment