<!-- HTML Example -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="A guide to meta tags and character encoding in HTML.">
    <meta name="keywords" content="HTML, meta tags, charset, character encoding">
    <meta name="author" content="John Smith">
    <title>Meta Tags and Character Encoding in HTML</title>
</head>
<body>
    <h1>Welcome to Our Guide on Meta Tags and Character Encoding</h1>
    <p>This page explains the role and importance of meta tags and character encoding in HTML documents.</p>
</body>
</html>