Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>My Webpage</title>
- <meta charset="UTF-8">
- <!-- 1. Create a description meta element with content `A webpage about my hobbies and interests` -->
- <meta name="description" content="A webpage about my hobbies and interests">
- <!-- 2. Add a `content` attribute with appropriate keywords regarding a portfolio of yours with your hobbies and interests-->
- <meta name="keywords" content="hobbies, interests, web development">
- <!-- 3. Create an author meta element -->
- <meta name="author" content="[Your name]">
- <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
- <!-- 4. Create a similar icon tag with for 32x32 size image with same name but having `32x32` instead of `16x16` -->
- <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
- </head>
- <body>
- <h1>Hello World!!</h1>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment