Merge pull request #1604 from huyenltnguyen/huyenltnguyen-patch-1

Add a missing word
This commit is contained in:
Ilya Kantor 2019-12-01 12:52:07 +03:00 committed by GitHub
commit 7469922e5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ Your email please: <input type="email" id="input">
</script> </script>
``` ```
Modern HTML allows to do many validations using input attributes: `required`, `pattern` and so on. And sometimes they are just what we need. JavaScript can be used when we want more flexibility. Also we could automatically send the changed value to the server if it's correct. Modern HTML allows us to do many validations using input attributes: `required`, `pattern` and so on. And sometimes they are just what we need. JavaScript can be used when we want more flexibility. Also we could automatically send the changed value to the server if it's correct.
## Methods focus/blur ## Methods focus/blur