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 Robots 'meta' Tag/Element
⇐ HTML Description 'meta' Tag/Element
2017-06-23, ∼2264🔥, 0💬
Popular Posts:
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...