2016-04-09 7 views

Antwort

1

Nest der ol oder/und ul Element.

<ol> 
 
    <li>hi</li> 
 
    <ol type="I"> 
 
    <li>Hi</li> 
 
    <ol type="a"> 
 
     <li>hi</li> 
 
    </ol> 
 
    <li>Hi</li> 
 
    <li>Ect.</li> 
 
    </ol> 
 
</ol>

Verwandte Themen