Add a missing word
This commit is contained in:
parent
2b5ac971c1
commit
fd294eec6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue