Update Element.md

This commit is contained in:
Angelos Chalaris
2018-07-17 20:59:26 +03:00
committed by GitHub
parent c65660c636
commit 2c1635a73a

View File

@ -1,2 +1,4 @@
### Element
A JavaScript representation of a DOM element commonly returned by `document.querySelector()` and `document.createElement()`. They are used when creating content with JavaScript for display in the DOM that needs to be programatically generated.
A JavaScript representation of a DOM element commonly returned by `document.querySelector()` and `document.createElement()`.
They are used when creating content with JavaScript for display in the DOM that needs to be programatically generated.