Skip to content

Turns HTML string into Javascript DOM instructions

Notifications You must be signed in to change notification settings

bobanum/Html2dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML2DOM

This is a simple HTML to DOM parsing app written in JavaScript. It is a simple parser that can parse HTML and return vanilla JavaScript instructions to create the DOM tree.

HTML2DOM

Usage

For now, the app is available via Github Pages at the address https://bobanum.github.io/Html2dom/