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, 1531🔥, 0💬
Popular Posts:
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How to build a test service operation to dump everything from the "context.Request" object in the re...