Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Complete Tutorial of HTML META Tags

Share this post!
 Vote this!

META tags have two possible attributes:
  • <META HTTP-EQUIV="name" CONTENT="content">
  • <META NAME="name" CONTENT="content">
META tags should be placed in the head of the HTML document, between the <HEAD> and </HEAD> tags (especially important in documents using FRAMES).

HTTP-EQUIV tags

META tags with an HTTP-EQUIV attribute are equivalent to HTTP headers. Typically, they control the action of browsers, and may be used to refine the information provided by the actual headers. Tags using this form should have an equivalent effect when specified as an HTTP header, and in some servers may be translated to actual HTTP headers automatically or by a pre-processing tool.

More...

0 comments:

Post a Comment