Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The HTMLMetaElement.name property is used in combination with HTMLMetaElement.content to define the name-value pairs for the metadata of a document. The name attribute defines the metadata name and the content attribute defines the value.
A string.
The following example queries the first <meta> element in a document. The name value is logged to the console, showing that keywords have been specified for the document:
The following example creates a new <meta> element with a name attribute set to author. The content attribute sets the author of the document and the element is appended to the document <head>:
| HTML # dom-meta-name |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jun 11, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.