Describe metadata:
The <meta> element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.
The scheme attribute is not supported in HTML5.
HTML5 has a new attribute, charset, which makes it easier to define charset.
Example, define charset:
HTML 4.01:<meta http-equiv="content-type" content="text/html; charset=UTF-8">HTML5:<meta charset="UTF-8">
Note: The <meta> tag always goes inside the head element.
Note: Metadata is always passed as name/value pairs.
Note: One, and not more, of these attributes must be defined: charset, http-equiv, name.
Note: The content attribute MUST be defined if the name or the http-equiv attribute is defined. if none of these are defined, the content attribute CANNOT be defined.
The <meta> tag also supports the Standard Attributes in HTML5.
Your Query was successfully sent!