insert missing colon
This commit is contained in:
parent
f2e27fd449
commit
752619e88b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Here's a list of the most useful DOM events, just to take a look at:
|
||||||
**Keyboard events:**
|
**Keyboard events:**
|
||||||
- `keydown` and `keyup` -- when the visitor presses and then releases the button.
|
- `keydown` and `keyup` -- when the visitor presses and then releases the button.
|
||||||
|
|
||||||
**Document events**
|
**Document events:**
|
||||||
- `DOMContentLoaded` -- when the HTML is loaded and processed, DOM is fully built.
|
- `DOMContentLoaded` -- when the HTML is loaded and processed, DOM is fully built.
|
||||||
|
|
||||||
**CSS events:**
|
**CSS events:**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue