There are 2 forms, although I'll concentrate on the latter. They are:
HTTP-EQUIV tags are beyond the scope of this tutorial, and they are not recognized by all browsers. They allow the designer to manipulate the page in ways that are best done in the web server (HTTP server) itself. Depending on the browser, they may allow the page to automatically refresh, prevent it from being stored in the browser's cache, or prevent the page from appearing inside a frame. (If you need to do any of these things, I would suggest using JavaScript.)
NAME tags are used mainly to tell search robots how to index your page. This is how you supply the page's subject, description, and keywords, and the web author's name. Parts 3 and 4 of this tutorial describe these options.
Both forms of Meta tags use 2 keywords. The first is either HTTP-EQUIV or NAME, as described above, and the second is always CONTENT. Here is an example taken from an actual web page.
On to HTTP-EQUIV > |