A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/attributes/scheme below:

scheme · WebPlatform Docs

scheme

## Examples

In the following two examples, the value of scheme defines how to interpret the value of the “date” property.

//Here scheme="Europe" implies "DD-MM-YYYY"
<META scheme="Europe" name="date" content="05-04-1962">

[
//Here scheme{{=}}"USA" implies “MM-DD-YYYY"<META scheme{{=}}"USA” name{{=}}"date" content{{=}}"04-05-1962">

View live example]

The following example of the meta shows how the scheme can be used to clarify the value of the “id” property.

<META scheme="customer" name="id" content="Fancy Pants">
Notes Remarks

scheme was introduced in Microsoft Internet Explorer 6 The scheme property can provide a context to correctly interpret otherwise ambiguous data formats such as those for date and time. It can also be used to identify the object’s content itself. There is no functionality implemented for this property unless defined by the author.

Syntax See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4