Add a missing word

This commit is contained in:
Huyen Nguyen 2019-11-12 17:03:47 +07:00 committed by GitHub
parent 2b5ac971c1
commit fd294eec6c
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