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, 1549🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...