📝 HTML to DOM parser.
-
Updated
Nov 10, 2025 - JavaScript
DOM (short for Document Object Model) is a cross-platform and language-independent interface that treats an HTML or XML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. DOM methods allow programmatic access to the tree; with them one can change the structure, style or content of a document. Nodes can have event handlers (also known as event listeners) attached to them. Once an event is triggered, the event handlers get executed.
The principal standardization of the DOM was handled by the World Wide Web Consortium (W3C), which last developed a recommendation in 2004. WHATWG took over the development of the standard, publishing it as a living document. The W3C now publishes stable snapshots of the WHATWG standard.
In HTML DOM (Document Object Model), every element is a node:
📝 HTML to DOM parser.
🛠 Build a JavaScript spreadsheet engine that evaluates formulas, manages data, and offers dynamic functionality for a seamless user experience.
A headless, logic-less HTML template engine.
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
snuggsi ツ - Easy Web Elements in ~1kB
a tiny tool to create HTMLElement on the fly
SnapDOM is a next-generation DOM capture engine that transforms HTML into almost any format all powered by a flexible plugin system
A declarative, HTML-based language that makes building web apps fun
A DOM‑native message bus for micro‑frontends and Web Components - no build required
UltraTranslate is a Chrome (MV3) extension that translates web pages in place using multiple APIs (Google, DeepSeek, OpenAI, Baidu). Preserve or replace original text, auto-translate dynamic DOM, with LRU caching, RTL, and accessibility support.
A small but powerful JQuery alike library
A comprehensive JavaScript learning repository covering fundamentals to advanced concepts including ES2022+. Features hands-on examples, projects, and modern web development practices with DOM manipulation, async programming, OOP, and web APIs.
A tiny, Alpine-like reactive runtime that uses vanilla JS signals and squeaks fast 🐹
A fast, secure, modern, light-weight, and simple JS library for creating web components and more!
A lightweight command system for handling DOM interactions through `command` events and the `commandfor` attribute.
A structured collection of JavaScript lessons, examples, and mini projects demonstrating key web development concepts , from variables and loops to DOM, events, and APIs. Built to document and showcase my JavaScript learning journey.
Created by World Wide Web Consortium
Released October 1, 1998