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, 1463🔥, 0💬
Popular Posts:
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...