+ 2
Don't understand....
<form autocomplete="off"> <label for="e-mail">Your e-mail address: </label> <input name="Email" type="text" required /> <input type="submit" value="Submit"/> </form> what is this autocomplete?
3 odpowiedzi
+ 4
The autocomplete attribute allows the browser to auto fill the input fields which was entered by user before(entered for the first time)...and if it is set to off user has to fill it manually.
+ 1
The autocomplete attribute tells the browser weather or not to provide auto-completion suggestions in an input field.