Tools, FAQ, Tutorials:
HTML Author 'meta' Tag/Element
What Is the HTML Author "meta" Tag/Element?
✍: FYIcenter.com
The author "meta" element is a special "meta" element that provides
information about the author of the HTML document.
The author "meta" element must include the "name" attribute as, name="author".
Here is an example:
<meta name="author" content="FYIcenter.com" />
XHMTL browsers are usually ignoring the author meta element. But some search engines are using the information provided in the author meta element.
⇐ HTML http-equiv 'meta' Tag/Element
2017-06-23, ∼2139🔥, 0💬
Popular Posts:
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to enter & sign in '@(...)' expressions? & signs can be entered in '@(...)' expr...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...