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, 2576🔥, 0💬
Popular Posts:
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...