What is the purpose of the ‘meta’ tag?

The <meta> tag provides metadata (e.g., character set, description) about the HTML document for SEO and browser handling.

Example:

<meta charset="UTF-8">
<meta name="description" content="Sample Page">