Box
header
footer
nav
aside
main
section
article
div
span
form
Item
a
button
input
label
img
video
audio
map
canvas
table
inline 공간이 허용하면 그 옆에 다른 태그옆에 배치가 가능하다.
Block 한줄에 한 요소만 배치
<p>Cupcakes are delicious</p>
<p> 오프닝태그
</p> 클로징태그
Cupcakes are delicious : Content
<p>Cupcakes are delicious</p> :Element
<p class="editor-note">Cupcakes are delicious</p>
↑attribute↑
'HTML, CSS' 카테고리의 다른 글
FrontEnd 기술 면접 질문 리스트 (0) | 2022.10.26 |
---|---|
미디어 쿼리 사용하여 반응형 웹 만들기 (0) | 2022.07.22 |
HTML/CSS 심화 브라우저 (0) | 2022.07.21 |
HTML 시맨틱 태그, 중요한 태그들 모음 (0) | 2022.05.04 |
Visual Studio Code HTML 문서 작성하면서 모양 확인하기 좋은 확장도구 (0) | 2022.04.29 |