Mid JavaScript

What does the <meta> tag do?

The <meta> tag provides metadata — like page description, author, and viewport settings.

Example:

<meta name="description" content="Learn web development with real

examples.">

<meta name="viewport" content="width=device-width,

initial-scale=1.0">

Key Takeaway:

Meta tags are essential for SEO and responsive design.

More from JavaScript Tutorial

All questions for this course