728x90
반응형
<dl>   
left에 padding이 아닌 margin이 있음  
<dt>  
<dt>...</dt>  
<dd>  
with left padding
<dd>...</dd>
 
   
   
<ul>  
검은 작은 원 모양
<ul>
흰색 작은 원 모양
<ul type="circle">
   <li>...</li>  
<ul style="list-style-type:circle;">
   <li>...</li>  

○ 
검은 사각형 모양
<ul type="square">
   <li>...</li>  

<ul style="list-style-type:square">
   <li>...</li>  

<oi>  
left padding 존재  
숫자
<ol>
   <li>...</li>  
<ol start ="3">
   <li>...</li>  
1.
2.

3.
영문 대문자
<ol style="list-style-type:upper-alpha">
   <li>...</li>  

<ol style="list-style-type:upper-alpha" start="3">
   <li>...</li>  
A.
B.

C.
영문 소문자
<ol style="list-style-type:lower-alpha">
a.
b.
로마자 대문자
<ol style="list-style-type:upper-roman" start="4">
Ⅰ.
Ⅱ.
로마자 소문자
<
ol style="list-style-type:lower-roman">
ⅰ.
ⅱ.
<style>
    ul{list-style:none}
</style>
 
   

 

728x90
반응형

'[HTML]' 카테고리의 다른 글

[HTML] a tag, href, bookmark  (0) 2024.02.14
[HTML] table Element, colgroup  (0) 2024.02.14
[HTML] Table border, element, colspan, rowspan  (0) 2024.02.14
서식태그, LIST  (0) 2024.02.13
[HTML] html  (0) 2024.02.13

+ Recent posts