DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML5教程 >> HTML5 對各個標簽的定義與規定:body
HTML5 對各個標簽的定義與規定:body
編輯:HTML5教程     

body元素就是就是html文檔的主內容標簽。
可設置屬性
onafterprint 在打印文檔之後運行腳本
onbeforeprint 在文檔打印之前運行腳本
onbeforeonload 在文檔加載之前運行腳本
onblur 當窗口失去焦點時運行腳本
onerror 當錯誤發生時運行腳本
onfocus 當窗口獲得焦點時運行腳本
onhaschange 當文檔改變時運行腳本
onload 當文檔加載時運行腳本
onmessage 當觸發消息時運行腳本
onoffline 當文檔離線時運行腳本
ononline 當文檔上線時運行腳本
onpagehide 當窗口隱藏時運行腳本
onpageshow 當窗口可見時運行腳本
onpopstate 當窗口歷史記錄改變時運行腳本
onredo 當文檔執行再執行操作(redo)時運行腳本
onresize 當調整窗口大小時運行腳本
onstorage 當文檔加載加載時運行腳本
onundo 當文檔執行撤銷操作時運行腳本
onunload 當用戶離開文檔時運行腳本

DOM 接口

代碼: 全選 運行

interface HTMLBodyElement : HTMLElement {
           attribute Function onafterprint;
           attribute Function onbeforeprint;
           attribute Function onbeforeunload;
           attribute Function onblur;
           attribute Function onerror;
           attribute Function onfocus;
           attribute Function onhashchange;
           attribute Function onload;
           attribute Function onmessage;
           attribute Function onoffline;
           attribute Function ononline;
           attribute Function onpopstate;
           attribute Function onpagehide;
           attribute Function onpageshow;
           attribute Function onredo;
           attribute Function onresize;
           attribute Function onscroll;
           attribute Function onstorage;
           attribute Function onundo;
           attribute Function onunload;
};

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved