Tech notes

Javascript, HTML, CSS

DOM manipulation
Mar 27, 2021 | javascript browser DOM

Document Object Model, or DOM for short, is a browser tool, that gives developer access to the page elements (to add new, modify and delete them). DOM represents all page content as objects that can be modified. Read more >>