cparkmi331
New member
If I were doing a order list the codes is:
<ol type="1">
<li> item 1
<li> item 2
</ol>
Lets say I want to make a subsection in item 1, that would section 1, subsection 1 (1.1) how would i code that?
I'm using dreamweaver so you dont need the </li> closing tag
<ol type="1">
<li> item 1
<li> item 2
</ol>
Lets say I want to make a subsection in item 1, that would section 1, subsection 1 (1.1) how would i code that?
I'm using dreamweaver so you dont need the </li> closing tag