The Head object represents an HTML <head> element.
You can access a <head> element by using getElementsByTagName():
var x = document.getElementsByTagName("HEAD")[0];
You can create a <head> element by using the document.createElement() method:
var x = document.createElement("HEAD");
The Head object also supports the standard properties and events.
HTML tutorial: HTML Head
HTML reference: HTML <head> tag
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!