Guest User

Untitled

a guest
Nov 4th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Johann Doe | Photography</title>
  5. <link rel="stylesheet" href="style.css">
  6. </head>
  7. <body>
  8. <header class="main-heading" "main-header">
  9. <h1>Johann Doe</h1>
  10. <h2> Photography</h2>
  11. </header>
  12. <nav class="main-header">
  13. <ul>
  14. <li>About</li>
  15. <li>Contact</li>
  16. <li>Portfolio</li>
  17. </ul>
  18. </nav>
  19. <section></section>
  20. <footer></footer>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment