< All the HTML Tags >

<meta></meta>

Video Coming Soon...

  • meta

    Tag Type

    metadata

    Tag Category

    metadata

    Defines metadata about an HTML document

    Viewed

    1

    Examples

    1

Definition:

The HTML <meta> tag is used to provide metadata about the HTML document, including descriptions, keywords, author information, and viewport settings.

Placed within the <head> section, this tag helps search engines index the page and can influence its display in search results. Attributes like name, content, and charset are commonly used to define the metadata.

Using the `<meta>` tag effectively is crucial for optimizing SEO and enhancing the visibility of your content.

Attributes:

charset, content, http-equiv, name, Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default meta Example:

Using the <meta> tag to specify document metadata.
<meta charset="UTF-8"><meta name="description" content="Description">

Default meta Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…