diff --git a/glossary/Element.md b/glossary/Element.md index 62a526b14..bc241a74d 100644 --- a/glossary/Element.md +++ b/glossary/Element.md @@ -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.