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, 1946👍, 0💬
Popular Posts:
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...