developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML

Preview meta tags from the developer.mozilla.org website.

Linked Hostnames

13
  • General Meta Tags

    19
    • title
      What's in the head? Web page metadata
    • title
      MDN
    • charset
      UTF-8
    • viewport
      width=device-width, initial-scale=1.0
    • description
      The head of an HTML document is the part that is not displayed in the web browser when the page is loaded. It contains metadata information such as the page <title>, links to CSS (if you choose to style your HTML content with CSS), links to custom favicons, and other metadata (data about the HTML, such as the author, and important keywords that describe the document).
  • Twitter Meta Tags

    2
    • twitter:card
      summary_large_image
    • twitter:creator
      MozDevNet
  • Link Tags

    26
    • alternate
      https://developer.mozilla.org/en-US/blog/rss.xml
    • apple-touch-icon
      /apple-touch-icon.png
    • canonical
      https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Structuring_content/Webpage_metadata
    • icon
      https://developer.mozilla.org/favicon.ico
    • icon
      https://developer.mozilla.org/favicon.svg

Links

395