i구야 2015. 2. 10. 10:11

<html>
 <body>
 <ol type="I"> <!--ordered list : 순서있는 리스트-->
 <li>aa</li>
 <li>bb</li>
 <li>cc</li>
 </body>
 </ol>
</html>