Advertisement
toastyu

Home Page

Jul 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link type="text/css" rel="stylesheet" href="styles.css">
  6. <meta charset="utf-8">
  7. <title>Test Home</title>
  8. </head>
  9.  
  10. <body>
  11. <header>
  12. <a href="index.html" id="logo" title="Home"><h1>Test Space</h1></a>
  13. <nav>
  14. <ul>
  15. <li><a href="index.html" title="Home">Test Home</a></li>
  16. <li><a href="styles.css" title="CSS">See the Styles</a></li>
  17. <li><a href="imgs/tux.png" title="Tux">Visit Tux's Home</a></li>
  18. <li><a href="signin.php" title="Sign In">Sign In</a></li>
  19. <li><a href="tts.html" title="Text to Speech">Text to Speech</a></li>
  20. <li><a href="video.html" title="Video Player">Video Player</a></li>
  21. </ul>
  22. </nav>
  23. </header> <br>
  24. <h2>Welcome to my Test Page</h2>
  25. <p>Enjoy your stay.</p> <img src="imgs/tux.png" alt="Tux the Penguin" style="width: 20%; height: auto;">
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement