Tools, FAQ, Tutorials:
HTML Keywords 'meta' Tag/Element
What Is the HTML Keywords "meta" Tag/Element?
✍: FYIcenter.com
The keywords "meta" element is a special meta element that provides
a list of keywords about the HTML document. The keywords "meta" element
must include the "name" attribute as, name="keywords". Here is an
example:
<meta name="keywords" content="XHTML, tutorials, tags, elements, Web, tips" />
XHMTL browsers are usually ignoring the keywords meta element. But some search engines are using the keywords provided in the keywords meta element to index and rank your XHTML documents. 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, 1181👍, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...