<meta http-equiv=””>
- Attribute of
- <meta> HTML Tag
- What does
<meta http-equiv="">
do? - Defines document header information.
The http-equiv
element is considered obsolete and should not be used. To specify the content type of a document, use the charset
attribute of the meta
element instead.