html
블록요소와 인라인요소
draw-hee
2011. 1. 11. 14:44
1) 블록 레벨 요소(block-level elements)
'한 개의 독립된 덩어리'라는 의미. 일반적으로 그 앞 뒤로는 줄바꾸기가 됨.
address blockquote center dir div dl fieldset form h1~h6 hr isindex menu noframes ol p pre table ul
*범용 블록레벨 요소 - div
2) 인라인 요소(inline elements)
'행 안의 일부'라는 의미.
a abbr acronym applet b basefont bdo big br button cite code dfn em font i iframe img input kbd label map object q s samp select small span strike strong sub sup textarea tt u var
*범용 인라인 요소 - span
3) 치환요소
표시가 될 때 그 요소 자체가 특정한 것으로 치환될 수 있는 종류의 요소 (치환요소는 모두 인라인요소.)
img input object select textarea