|
<meta |
| http-equiv |
The HTTP-EQUIV attribute is the name of a
http header property. The HTML spec does not really define any fixed list
of properties that must be supported , and it is up to the viewing
agent to pick and choose what information to respond to.
The difference between HTTP-EQUIV and the NAME attribute
is that HTTP-EQUIV entries are represenative of http headers, whereas
the NAME arribute is more reflective of a property associated with the
page.
|
| content |
The CONTENT attribute
specifies a string value to associate as the content/value of the
property mentioned in (NAME or HTTP-EQUIV) attribute.
|
|
The remainder of the attributes are used far less often , and in most
cases you won't need them. |
| scheam |
The SCHEAM attribute
specifies a scheme or mechanism for interpreting or processing the
value referenced by the CONTENT attribute.
|
|
/>
|