diff --git a/glossary/Element.md b/glossary/Element.md new file mode 100644 index 000000000..62a526b14 --- /dev/null +++ b/glossary/Element.md @@ -0,0 +1,2 @@ +### 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.