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 Document Structure and Head Level Tags
⇒⇒HTML Tutorials
2017-06-23, 954👍, 0💬
Popular Posts:
What is Azure API Management Publisher Portal 2017 version? Azure API Management Publisher Portal is...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How To Control Horizontal Alignment in Table Cells? By default, text in all table cells are aligned ...