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

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 -->