Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.68 KB | None | 0 0
  1. <!DOCTYPE html5>
  2.  
  3. <html>
  4.     <head>
  5.         <link rel="stylesheet" type="text/css" href="main.css">
  6.         <title>My Website</title>
  7.     </head>
  8.  
  9.     <body>
  10.         <nav>
  11.             <div class="logo">
  12.                 <img src="photos/random.jpg">
  13.             </div>
  14.  
  15.             <ul>
  16.                 <li><a href="#" class="active">Home</a></li>
  17.                 <li><a href="#">About</a></li>
  18.                 <li><a href="#">Services</a></li>
  19.                 <li><a href="#">Portfolio</a></li>
  20.                 <li><a href="#">Team</a></li>
  21.                 <li><a href="#">Contact</a></li>
  22.             </ul>
  23.         </nav>
  24.        
  25.         <section class="sec1"></section>
  26.         <section class="sec2"></section>
  27.         <section class="sec3"></section>
  28.         <section class="sec4"></section>
  29.         <section class="sec5"></section>
  30.     </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement