The Meta object represents an HTML <meta> element.
You can access a <meta> element by using getElementsByTagName():
var x = document.getElementsByTagName("META")[0];
Try it Yourself »
You can create a <meta> element by using the document.createElement() method:
Property | Description |
---|---|
content | Sets or returns the value of the content attribute of a meta element |
httpEquiv | Sets or returns an HTTP header for the information in the content attribute |
name | Sets or returns a name for the information in the content attribute |
scheme | Not supported in HTML5. Sets or returns how the value of the content attribute should be interpreted |
The Meta object also supports the standard properties and events.
HTML reference: HTML <meta> tag
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!