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, ∼1890🔥, 0💬
Popular Posts:
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...