Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Defining the Character Encoding in HTML Page</title> <meta charset="utf-8"> </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>