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, 5151👍, 0💬
Popular Posts:
What is the difference between strings and character arrays? A major difference is: string will have...
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...
How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques t...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
Which JavaScript file is referenced for validating the validators at the client side ? WebUIValidati...