HTML DOM Document head
HTML DOM Document head Property
The head property is used to return the head element of the document. If no head element is specified then it will return empty and if more than one is specified then it will return only the first one.
Syntax:-
Its syntax is:- document.head
Return:-
Its return is:- head element of the document