HTML help

d9esco

Solid State Member
Messages
9
Location
america
I want to create a family tree graph in html similar to one youd create in powerpoint, you can just google search PowerPoint family tree to see what im talking about. In power point everything you do is saved as a bullet point hierarchy with GUI and a family tree hierarchy. How could I emulate this in html? Im a noob at html so I was wondering if you had to use JS to generate an image hierarchy family tree using a bullet point list like this

<ol>
<li>grandparent</li>
<li>parent</li>
<li>child</li>
<li>child of child</li>
<li>child</li>
</ol>
 
Back
Top Bottom