1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-19 00:42:03 +00:00

Merge pull request #53 from ashgupta1489/patch-1

Fixed "enctype" description.
This commit is contained in:
Julien Le Coupanec 2018-05-01 17:59:21 +02:00 committed by GitHub
commit 6dc05a7733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@
<!-- Supported attributes -->
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 -->
novalidate <!-- Dictates if the form will be validated or not -->
accept-charset="" <!-- Identifies the character encoding upon form submission -->