<ul> unordered list; 특정한 순서가 없는 목록의 태그 bullet point로 표현된다.
<ul>
<ol> ordered list; 순서가 있는 목록의 태그 (1,2,3,,,a,b,c,,)
<ol>
<li> list item; 리스트를 구성하는 핵심 태그 <ul, ol> 태그 안에서 사용된다.
<li>
<ul, ol>