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 Document Structure and Head Level Tags
⇒⇒HTML Tutorials
2017-06-23, 1852👍, 0💬
Popular Posts:
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to use the XML to JSON Conversion Tool at jsonformatter.org? If you want to try the XML to JSON ...
How to create a new API on the Publisher Portal 2017 version of an Azure API Management Service? If ...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...