티스토리 뷰
css는 인라인 레벨과 블럭레벨이란것이 있다. 이 종류에 따라서 화면에 출력되는 방법이나 적용되는 css 속성등의 차이가 생긴다.
인라인레벨
인라인 레벨은 html의 태그중에서 화면의 일부를 차지하는 태그를 말한다.
인라인의 태그에는 다음과 같은 태그들이 있다.
a
abbr
acronym
b
bdo
big
br
button
cite
code
dfn
em
i
img
input
kbd
label
map
object
q
samp
small
script
select
span
strong
sub
sup
textarea
tt
var
블럭레벨
블럭레벨은 인라인태그와는 다르게 화면의 전체를 사용하는 태그를 말한다.
다음은 블럭레벨 태그들이다.
address
article
aside
audio
blockquote
canvas
dd
div
dl
fieldset
figcaption
figure
footer
form
h1
h2
h3
h4
h5
h6
header
hgroup
hr
noscript
ol
output
p
pre
section
table
ul
video
블럭레벨과 인라인레벨의 차이점
인라인레벨태그는 weight와 height속성을 무시한다.
댓글