meta data: author, description and keywords : meta « Tags « HTML / CSS

HTML / CSS » Tags » meta 
meta data: author, description and keywords
 

    <HTML>
    <HEAD>
    <TITLE>Company, Inc. Home Page</TITLE>

    <META NAME="AUTHOR" CONTENT="Big Company, Inc.">

    <META NAME="DESCRIPTION" CONTENT="#1 vendor of .">

    <META NAME="KEYWORDS" CONTENT="Company, Gadgets,
    Green, Regina">

    </HEAD>
    <BODY>

       . . .

    </BODY>
    </HTML>

 
Related examples in the same category
1.META and DOCTYPE tags
2.meta tags provide search engines with information used to catalog a site
3.Meta data: content type, content and charset
4.You will be redirected to the new address in five seconds
5.The meta attributes of this document identify the author and the editor software
6.The meta attributes of this document describe the document and its keywords
7.Language Codes
8.Character Set Description
9.Meta data for content type and charset
10.meta tags for search engines
11.Meta data for Revisit-After
12.Meta data for robots
13.Metadata for author
14.Metadata for imagetoolbar
15.MSSmartTagsPreventParsing Metadata
16.Pragma metadata
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.