<ol>
<li>Sales</li>
<ol>
<li>North</li>
<li>South</li>
</ol>
<li>Support</li>
<ol>
<li>Pc</li>
<li>Mac</li>
</ol>
<li>Accounts</li>
</ol>
1. Sales
1. North
2. South
2. Support
1. Pc
2. Mac
3. Accounts
Can someone suggest a way to construct, add and remove elements from an ordered list from a web page. Also I am looking for the list name to be editable as well