Files
30-seconds-of-code/glossary/Element.md
2019-08-13 11:19:29 +03:00

8 lines
283 B
Markdown

---
title: Element
tags: 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.