|
HTML Meta basics
|
|
06-12-2009, 12:46 AM
Post: #1
|
|||
|
|||
|
HTML Meta basics
The head element contains general information (meta-information) about a document. HTML also includes a meta element that goes inside the head element. The purpose of the meta element is to provide meta-information about the document. Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of your document.
Some search engines on the WWW will use the name and content attributes of the meta tag to index your pages. This meta element defines a description of your page: Quote:<meta name="description" content="Free Web tutorials on HTML, CSS, XML, and XHTML" /> This meta element defines keywords for your page: Quote:<meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript" /> The intention of the name and content attributes is to describe the content of a page. However, since too many webmasters have used meta tags for spamming, like repeating keywords to give pages a higher ranking, some search engines have stopped using them entirely. |
|||
|
06-12-2009, 02:02 AM
(This post was last modified: 06-12-2009 02:02 AM by Lennart.)
Post: #2
|
|||
|
|||
|
RE: HTML Meta basics
Other important Meta-tags:
Code: You cannot view this code until you login or registerCode: You cannot view this code until you login or registerCode: You cannot view this code until you login or registerForum Admin
|
|||
|
« Next Oldest | Next Newest »
|

Startpage
Subscribe
Search
Member List
Help



