Javascript Reference
Categories: META

javascript META name

@March 15, 2008, 1:22 a.m.
nameFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

This is an identifier for the name/value pair that constitutes the meta element. The value is typically a plain-language term that denotes the purpose of the meta element, such as "author" or "keywords". Either the name or httpEquiv properties can have a value, but not both, in the same meta element.

 
Example
 
document.getElementById("detailMeta").name = "keywords";
 
Value

String.

 
Default

None.


Powered by Linode.