HTML - head tag
Here you learn how to code the 'head' tag.
The 'HEAD' element contains non-content information about the current page, such as the page title, keywords relating to the page, a description of the page, and other data that is not considered content. Header information is not displayed in the browser window and is not classified as content but some of the information may be shown to visitors for different reasons. For example, the title tag is shown to visitors on search engine results to let them know what the page is about.HEAD tag
|
<html> <head> <title>HTML tutorial</title> </head> <body> content </body> </html> |
||
Bookmark this page: |
Rate this page: |
Comments:
| please post comments | ||
|
admin November 21, 2006 |
||











