헤드 개체
헤드 객체는 HTML 대표 <head> 요소를.
헤드 개체에 액세스
당신은 액세스 할 수있는 <head> 를 사용하여 요소를 getElementsByTagName() :
var x = document.getElementsByTagName("HEAD")[0];
헤드 개체 만들기
당신은 만들 수 있습니다 <head> 사용하여 요소를 document. createElement() document. createElement() 방법 :
var x = document.createElement("HEAD");
표준 등록 및 이벤트
관련 페이지
HTML 튜토리얼 : HTML 헤드
HTML 참조 : HTML <head> 태그