Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Defining Keywords and Description for Page</title> <meta name="keywords" content="HTML, CSS, javaScript"> <meta name="description" content="Easy to understand tutorials and references on HTML, CSS, javaScript and more..."> </head> <body> <h1>Hello World!</h1> <p><strong>Note:</strong> The information inside the meta tags are not visible in the browser.</p> </body> </html>