mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-19 08:49:45 +00:00
Merge pull request #53 from ashgupta1489/patch-1
Fixed "enctype" description.
This commit is contained in:
commit
6dc05a7733
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
<!-- Supported attributes -->
|
<!-- Supported attributes -->
|
||||||
method="somefunction()" <!-- Contains the type of request (GET, POST... etc) which dictates how to send the data of the form -->
|
method="somefunction()" <!-- Contains the type of request (GET, POST... etc) which dictates how to send the data of the form -->
|
||||||
enctype="" <!-- Dictates how the data is to be encrypted when the data is sent to the web server-->
|
enctype="" <!-- Dictates how the data is to be encoded when the data is sent to the web server. -->
|
||||||
autocomplete="" <!-- Specifies if the autocomplete functionality is enabled or not -->
|
autocomplete="" <!-- Specifies if the autocomplete functionality is enabled or not -->
|
||||||
novalidate <!-- Dictates if the form will be validated or not -->
|
novalidate <!-- Dictates if the form will be validated or not -->
|
||||||
accept-charset="" <!-- Identifies the character encoding upon form submission -->
|
accept-charset="" <!-- Identifies the character encoding upon form submission -->
|
||||||
|
Loading…
Reference in New Issue
Block a user