HTML <head> Element Reference

The HTML <head> element contains document metadata rather than visible page content.

<head>

HTML <head> Element Reference

The HTML <head> element contains document metadata rather than visible page content.

Categories

  • Document metadata

Tag omission

Consult the HTML Living Standard for the precise tag-omission rules.

Content model

  • Detailed content-model guidance will be added to this reference.

Attributes

Examples

Example

A practical head element example.

<head>
  <meta charset="utf-8">
  <title>HTML reference</title>
</head>

Related references

Description

The HTML <head> element contains document metadata rather than visible page content.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <head> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies