HTML <meta> with name Attribute

You are Here:

HTML <meta> with name Attribute

The name attribute specifies the name of the metadata.

The name attribute is associated with the value contained by the content attribute.

Example

HTML Online Editor
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="keywords" content="HTML,CSS,Javascript"> </head> <body> <p>Body content goes here.</p> </body> </html>

Attribute Value

ValueExplanation
application-nameSpecifies the name of the application running in the web page.
authorSpecifies the name of the document's author.
descriptionSpecifies a description of the web page. It should be short and accurate.
generatorSpecifies the identifier of the software that generated the page.
keywordsSpecifies few relevant words seperated by comma which is identified as a keyword by major search engine.
referrerControls the Referer HTTP header attached to requests sent from the page.
viewportControls the width of the content according to the device used by the user. Works only in mobile devices.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author