English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
headA read-only property that returns the document's <head> element as an element object.
document.head
var x = document.head;Test See‹/›
All browsers fully support the head property:
Properties | |||||
head | Yes | Yes | Yes | Yes | Yes |
Return Value: | Reference to the Head object, which represents a <head> element |
---|---|
DOM Version: | DOM Level1 |