HTML5 <form> Tag
Info of HTML5 form Tag :form element: represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing
form Tag Attributes :accept-charset: gives the character encodings that are to be used for the submission action: URL that specifies a form processing agent autocomplete: determines if form elements will have their autocomplete turned on or off by default [on | off] enctype: specifies the content type used to submit the form to the server [application/x-www-form- urlencoded | multipart/form-data | text/plain] method: which HTTP method will be used to submit the forms data [get | post | put | delete] name: elements name novalidate: indicate whether the form is to be validated during submission [novalidate] target: gives the target when the form is submitted [_blank | _parent | _self | _top]
0 comments :
Post a Comment