HTML <meta> with scheme Attribute
HTML <meta> with scheme Attribute
The scheme
attribute specifies the scheme in which metadata is described.
A scheme is a context leading to the correct interpretations of the value in the content attribute.
Warning: The scheme
attribute is deprecated and is no longer recommended.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<head>
<meta name="date" content="13-11-2019" scheme="DD-MM-YYYY">
</head>
<body>
<p>Body content goes here.</p>
</body>
</html>
Attribute Values
Name | Explanation |
---|---|
format | Specifies the scheme in which metadata is described. |
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.