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, ∼1792🔥, 0💬
Popular Posts:
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...