sofiiiaaapiust

Untitled

Feb 9th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>My Webpage</title>
  5. <meta charset="UTF-8">
  6. <!-- 1. Create a description meta element with content `A webpage about my hobbies and interests` -->
  7. <meta name="description" content="A webpage about my hobbies and interests">
  8.  
  9.  
  10. <!-- 2. Add a `content` attribute with appropriate keywords regarding a portfolio of yours with your hobbies and interests-->
  11. <meta name="keywords" content="hobbies, interests, web development">
  12.  
  13.  
  14. <!-- 3. Create an author meta element -->
  15. <meta name="author" content="[Your name]">
  16.  
  17. <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
  18. <!-- 4. Create a similar icon tag with for 32x32 size image with same name but having `32x32` instead of `16x16` -->
  19. <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
  20.  
  21. </head>
  22. <body>
  23. <h1>Hello World!!</h1>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment