Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is the Author META Tag/Element
What Is the Author META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags
✍: FYIcenter.com
The author meta element is a special meta element that provides information about the author of the XHTML 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.
2007-05-12, 4913👍, 0💬
Popular Posts:
How To Delete All Rows a Table? - MySQL FAQs - Understanding SQL INSERT, UPDATE and DELETE Statement...
What Is the Data Pump Import Utility? - Oracle DBA FAQ - Loading and Exporting Data Oracle Data Pump...
How can I construct preprocessor if expressions which compare strings? You can't do it directly; pre...
How can I enable session tracking for JSP pages if the browser has disabled cookies? We know that se...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...