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, ∼2010🔥, 0💬
Popular Posts:
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
What Is session_register() in PHP? session_register() is old function that registers global variable...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...