About 36,800 results
Open links in new tab
  1. HTML meta tag - W3Schools

    <meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

  2. <meta>: The metadata element - HTML | MDN - MDN Web Docs

    Nov 7, 2025 · The <meta> HTML element represents metadata that cannot be represented by other meta-related elements, such as <base>, <link>, <script>, <style>, or <title>.

  3. HTML meta Tag - GeeksforGeeks

    Dec 23, 2025 · A <meta> tag in HTML provides metadata about a web page, helping browsers and search engines understand how to handle its content. It works behind the scenes and does not …

  4. HTML Meta Elements (With Examples) - Programiz

    Metadata refers to the information about data (data about the HTML document). The metadata consists of information like charset attribute, name attribute, http-equiv attribute, etc. The <meta> tag should …

  5. HTML: <meta> tag - TechOnTheNet

    The HTML <meta> tag contains information or metadata that is not directly visible on the web page, but is used by browsers and search engines. This tag is also commonly referred to as the <meta> element.

  6. HTML - Meta Tags - Online Tutorials Library

    HTML <meta> tag can be used to provide extra information. It's a self-closing element, meaning it doesn't require a closing tag but carries information within its attributes.

  7. HTML <meta> tag - Computer Hope

    Jun 1, 2025 · Meaning of the HTML <meta> tag, for defining metadata like keywords and page descriptions. Explore example code, attributes, and browser compatibility.