HTML <meta> with name Attribute
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
Value | Explanation |
---|---|
application-name | Specifies the name of the application running in the web page. |
author | Specifies the name of the document's author. |
description | Specifies a description of the web page. It should be short and accurate. |
generator | Specifies the identifier of the software that generated the page. |
keywords | Specifies few relevant words seperated by comma which is identified as a keyword by major search engine. |
referrer | Controls the Referer HTTP header attached to requests sent from the page. |
viewport | Controls 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.