alert(document);//[object HTMLDocument] //document.write(html) : HTML 태그를 전달받아 응답영역에 출력하는 메소드 document.write("<p>document.write() 메소드에 의해 출력된 내용입니다.</p>");