HTML 5 button

正文,定義和用法,實例,提示和注釋,屬性,全局屬性,事件屬性,

正文

定義和用法

<button> 標籤定義按鈕。
您可以在 button 元素內放置內容,比如文本或圖像。這是該元素與通過 input 元素創建的按鈕的不同之處。
請始終為按鈕規定 type 屬性。不同的瀏覽器根據 type 屬性使用不同的默認值。

實例

標記一個按鈕:
<button type="button">Click Me!</button>差異
HTML 5 中的新屬性:autofocus, form, formaction, formenctype, formmethod, formnovalidate 以及 formtarget。

提示和注釋

注釋:如果在 HTML 表單中使用 button 元素,不同的瀏覽器會提交不同的按鈕值。請使用 input 元素在 HTML 表單中創建按鈕。

屬性

new : HTML5 中的新屬性。
屬性
autofocus
autofocus
disabled
form_name
formaction
url
formenctype
見注釋
formmethod
get post
formnovalidate
formnovalidate
formtarget
_blank _self _parent _top framename
button_name
button reset submit
text
注釋:formenctypeNew 屬性可能的值:
application/x-www-form-urlencoded multipart/form-data text/plain

全局屬性

<button> 標籤支持 HTML 5 中的全局屬性。

事件屬性

<button> 標籤支持 HTML 5 中的事件屬性。

相關詞條

熱門詞條

聯絡我們