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, ∼1814🔥, 0💬
Popular Posts:
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...