scheme attribute (meta)
Specifies how the value of content should be interpreted, when name is used.
This attribute contains additional information for the exact determination of meta content. For example, it may contain a standard for dates used in the meta section.
JavaScript page for this attribute: scheme. You can find other example(s) there. |
Possible values:
String that sets the scheme to use.
Default: this attribute has no default value.
Example HTML code 1:
This example illustrates the use of the scheme attribute:
|
|||
<head> <meta scheme="ISBN" name="identifier" content="0-8230-2355-9" /> <meta scheme="customer" name="id" content="Fancy Pants" /> </head> |
|||
|
|||
Did you find this example helpful?
|
Supported by tags:
External links:
User Contributed Comments