The <meta> tag provides metadata (e.g., character set, description) about the HTML document for SEO and browser handling.
<meta>
Example:
<meta charset="UTF-8"> <meta name="description" content="Sample Page">