走進HTML5入門到精通:<button>標籤

來源:互聯網
上載者:User
關鍵字 標籤 HTML5 入門到精通

<button> 標籤

定義和用法

<button> 標籤定義按鈕。

您可以在 button 元素放置內容,比如文本或圖像。 這是該元素與通過 input 元素創建的按鈕的不同之處。

請始終為按鈕規定 type 屬性。 不同的瀏覽器根據 type 屬性使用不同的預設值。

實例

標記一個按鈕:

<button type="button">Click Me!</button>

親自試一試

HTML 4.01 與 HTML 5 之間的差異

HTML 5 中的新屬性:autofocus, form, formaction, formenctype, formmethod, formnovalidate 以及 formtarget。

提示和注釋

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

屬性

屬性 值 描述 autofocusNew autofocus 如果設置,則當頁面載入後使按鈕獲得焦點。 disabled disabled 禁用按鈕。 formNew form_HTTP://www.aliyun.com/zixun/aggregation/11696.html"&gt;name 規定按鈕屬於哪個表單。 formactionNew url 規定當提交表單時向何處提交表單資料。 覆蓋表單的 action 屬性。 formenctypeNew 見注釋 規定如何在表單資料發送到伺服器之前如何進行編碼。 覆蓋表單的 enctype 屬性。 formmethodNew delete get post put 規定如何發送表單資料。 覆蓋表單的 method 屬性。 formnovalidateNew formnovalidate 如果設置,指示是否在提交時驗證表單。 覆蓋表單的 novalidate 屬性。 formtargetNew _blank _self 規定在何處打開 action 中的 URL。 覆蓋表單的 target 屬性。 _parent _top framename name button_name 規定按鈕的名稱。 type button reset submit 定義按鈕的類型。 value some_value 規定按鈕的初始值。 可由腳本進行修改。

注釋:formenctypeNew 屬性可能的值:

application/x-www-form-urlencoded

multipart/form-data

text/plain

標準屬性

<button> 標籤支援 HTML 5 中的標準屬性。

事件屬性

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

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.