HTML Block-Level Elements Inline-Level Elements 정보
HTML HTML Block-Level Elements Inline-Level Elements
본문
Block-Level Elements 는 Inline-Level Elements Tag들을 하위에 포함시킬수있지만
Inline-Level Elements Tag는 Block-Level Elements Tag를 하위에 둘수 없습니다.
Block-Level Elements를 대표하는 Tag는 <div>로 예를 들수 있으며
<div>는 Block-Level Elements 중 Grouping Block-Level Elements 로 분류되며
<span>은 Inline-Level Elements tag 중 Grouping Inline-Level Elements tag로 분류됩니다
Block-Level Elements Tag는
div,ul,ol,li,address,h1~h6,dl,dt,dd,p 등이 있으며
Inline-Level Elements Tag는
a,span,strong,b등이 있습니다
무시해도 브라우저의 오작동을 유발하지 않지만
li 안에 div사용이 가능한가요? 라는 질문에 답변은 할줄 알아야하는 분들에게 도움이 될까해서 올립니다<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
Inline-Level Elements Tag는 Block-Level Elements Tag를 하위에 둘수 없습니다.
Block-Level Elements를 대표하는 Tag는 <div>로 예를 들수 있으며
<div>는 Block-Level Elements 중 Grouping Block-Level Elements 로 분류되며
<span>은 Inline-Level Elements tag 중 Grouping Inline-Level Elements tag로 분류됩니다
Block-Level Elements Tag는
div,ul,ol,li,address,h1~h6,dl,dt,dd,p 등이 있으며
Inline-Level Elements Tag는
a,span,strong,b등이 있습니다
무시해도 브라우저의 오작동을 유발하지 않지만
li 안에 div사용이 가능한가요? 라는 질문에 답변은 할줄 알아야하는 분들에게 도움이 될까해서 올립니다<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
추천
0
0
댓글 2개
깔끔하게 정리해주셔서 감사합니다~