Tools, FAQ, Tutorials:
HTML http-equiv 'meta' Tag/Element
What Is an HTML http-equiv "meta" Tag/Element?
✍: FYIcenter.com
a http-equiv "meta" element is a special "meta" element that provides
information equivalent to HTTP headers. A http-equiv "meta" element must
include the "http-equiv" attribute as, http-equiv="Content-Type".
Here is some good examples:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Refresh" content="3; URL=http://dev.fyicenter.com/" /> <meta http-equiv="Expires" content="Sun, 22 Mar 1998 16:18:35 GMT" />
XHTML browsers and search engines are all respecting http-equiv meta elements. So it is important to code the keywords meta element properly in your XHTML documents following rules below:
⇒ HTML Author 'meta' Tag/Element
⇐ HTML Robots 'meta' Tag/Element
2017-06-23, 2053👍, 0💬
Popular Posts:
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...