How can i make an scheme as seems as a tree using html or bootstrap?

Viewed 33

I need to make a schema like bellow using html or bootstrap. I've been searching websites, but none of them give me any answer that looks like this schema.: scheme

1 Answers

Sergio, you can try Mermaid js. You need to know basic HTML, CSS, Javascript and Markdown for using it.

Related