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, ∼3036🔥, 0💬
Popular Posts:
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...