元素定義創(chuàng)建一個按鈕,點擊該按鈕后,將重置表單控件回其初始值。 Creates a button that, when clicked, resets the form‘s controls to their initial values. 元素說明value 屬性指定了顯示在重置按鈕上的標簽,這和 INPUT type=submit 按鈕的 value 屬性作用一樣。 此元素在 Internet Explorer 3.0 及以上版本的 HTML 和腳本中可用。 此元素是一個內(nèi)嵌元素。 此元素不需要關(guān)閉標簽。 The value property specifies the label displayed on the Reset button the same way it specifies it on the INPUT type=submit button. The INPUT type=reset element is available in HTML and script as of Internet Explorer 3.0. This element is an inline element. This element does not require a closing tag. 另見相關(guān)教程和示例代碼 |
|
|