VOOZH about

URL: https://www.geeksforgeeks.org/html/html-meta-name-attribute/

⇱ HTML | <meta> name Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <meta> name Attribute

Last Updated : 6 Jun, 2022

The HTML <meta> name Attribute is used to specify the name for the metadata. This attribute is used to define the name for the information/value of the content attribute. 

Note: If the http-equiv attribute is set, the name attribute should not be set. 

Syntax:

<meta name="value">

Examples: 

Output:

 👁 Image
 

Supported Browser: The browsers supported by HTML <meta> name Attribute are listed below:

  • Google Chrome 1 and above
  • Edge 12 and above
  • Internet Explorer 6 and above
  • Firefox 1 and above
  • Opera 12.1 and above
  • Safari 4 and above
Comment
Article Tags: