I want to draw a hierarchical tree in the browser

I want to draw a hierarchical tree in a browser. I used CSS, HTML and Javascript to play with some basic interface elements in the browser. But I want to draw cool nodes and amazing connectors and create an aesthetic hierarchical tree (not the Windows Explorer folder tree).

At this point, the nodes in the tree will look like flash cards that we use to study, for example, a list of GRE words. They should not be edited.

+7
html css browser
source share
1 answer

Perhaps you should take a look at Slickmap .

+6
source share

All Articles