Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset = "utf -8">
  6. <title>About me</title>
  7. </head>
  8.  
  9. <body>
  10.  
  11. <style>
  12. #aboutme {
  13. color: blue;
  14. }
  15. </style>
  16.  
  17. <nav>
  18. <a href = "./index.html">Profile</a>
  19. <a href = "./aboutme.html">About me</a>
  20. </nav>
  21.  
  22. <h1 id = "aboutme">About me</h1>
  23. <h2>Žak Šilih</h2>
  24.  
  25. </body>
  26.  
  27.  
  28. </html>
Add Comment
Please, Sign In to add comment