The Content attribute is a required attribute of the meta tag, which formats and correctly displays to the user a string of characters that is enclosed in double/single quotes by the author. It is read by both desktop browsers (Internet Explorer, Opera, Chrome, Firefox, Safari) and mobile browsers (Android, Opera Mobile, Firefox Mobile, Safari Mobile).
Syntax:
<meta content="...">
The meta Content attribute can contain one or more values, separated by a comma or semicolon. Content sets the value of the attribute specified by name or http-equiv.
Example:
The use of this meta tag helps display information that is consistent with the original intent of the author. In addition, meta Content contributes to the successful indexing of a specific web page in the “eyes” of search robots.
|