HTML5 <button> Tag
Info of HTML5 button Tag :button: a button page element
button Tag Attributes :autofocus: indicate that a control is to be focused as soon as the page is loaded [autofocus] disabled: prevents the button from being pressed [disabled] form: used to explicitly associate the button ele- ment with its form owner formaction: URL that specifies a form processing agent formenctype: specifies the content type used to submit the form to the server [application/x-www- form-urlencoded | multipart/form-data | text/plain] formmethod: which HTTP method will be used to submit the forms data [get | post | put | delete] formnovalidate: indicate whether the form is to be validated during submission [formnovalidate] formtarget: gives the target when the form is submitted [_blank | _parent | _self | _top] name: elements name type: controls the behavior of the button when it is activated [submit | reset | button] value: gives the element's value for the purposes of form submission
0 comments :
Post a Comment