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, 1056👍, 0💬
Popular Posts:
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use ...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...