HTML 5 <footer> 標(biāo)簽
定義和用法
<footer> 標(biāo)簽定義 section 或 document 的頁(yè)腳。典型地,它會(huì)包含創(chuàng)作者的姓名、文檔的創(chuàng)作日期以及/或者聯(lián)系信息。
HTML 4.01 與 HTML 5 之間的差異
<footer> 標(biāo)簽是 HTML 5 中的新標(biāo)簽。
提示和注釋
提示:假如您使用 footer 來(lái)插入聯(lián)系信息,應(yīng)該使用 <address> 元素。
屬性
標(biāo)準(zhǔn)屬性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
如需完整的描述,請(qǐng)?jiān)L HTML 5 中標(biāo)準(zhǔn)屬性。
事件屬性
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload
如需完整的描述,請(qǐng)?jiān)L HTML 5 中事件屬性。