> What are the list of standard meta tags defined in w3c other than the below > given at http://www.w3.org/wiki/HTML/Elements/meta > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <meta http-equiv="Content-Style-Type" content="text/css" /> > <meta name="copyright" content="© W3C" /> > <meta name="author" lang="en" content="" /> > <meta name="robots" content="Index,Follow" /> > <meta name="description" > content="The World Wide Web Consortium (W3C) is an > international community > where Member organizations, a full-time staff, > and the public work together to develop Web standards." /> > <meta name="keyword" content="W3C, HTML, CSS, SVG, Web standards" />
As Ray pointed out, you linked to the specification. So, what's there is what they've defined as the standard. This includes five values for the "name" attribute, and any possible HTTP response header for the "http-equiv" attribute. There are many other metadata standards that are not covered by W3C, of course. Dublin Core is one of the more common ones. And you're free to make up whatever metadata tags you want to use. W3C has no limits on what you use for metadata - pages that include custom metadata will still validate just fine. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355555 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

