About 8,170,000 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

    Jul 11, 2025 · A meta tag in HTML is an element that provides metadata about the HTML document. Metadata is data that describes other data, and in this case, it helps search engines and browsers …

  4. What Is a Meta Tag? - Computer Hope

    Sep 7, 2025 · In HTML (HyperText Markup Language), meta tags or meta elements are tags placed in the head section of your code that help define the contents of a web page. For example, a …

  5. HTML Meta Tags - w3buddy.com

    Learn essential HTML meta tags like charset, viewport, and description for SEO and mobile-friendliness. Also includes a brief on Open Graph meta tags for better social sharing.

  6. Meta Tags: What They Are & How to Use Them to Boost Your SEO

    May 15, 2025 · Meta tags are snippets of HTML code that live in your webpage’s <head> section. Your website’s visitors won’t see them. But search engines, browsers, and social media platforms can see …

  7. HTML meta Tag - Tutorial Republic

    Defines a name for the meta-information contained in the content attribute. Gives the value associated with the http-equiv or name attribute. This attribute must be specified if either http-equiv or name …