Hi

(css) 박스 모델 본문

Programming

(css) 박스 모델

SharingWorld 2018. 5. 27. 14:28

박스모델


1. 블록 레벨 요소   

: 블록 레벨(block-level)요소는 태그를 사용해 요소를 삽입했을 때 혼자 한줄을 차지하는 요소.

2. 인라인 레벨 요소

: 줄을 차지하지 않는 요소


 종류

해당 태그 

 블록 레벨 태그

 <p>,<h1>~<h6>,<ul>,<ol>,<div>,<blockquote>,<form>,<hr>,<table>,<fieldset>,<address>

 인라인 레벨 태그

 <img>,<object>,<br>,<sub>,<sup>,<span>,<input>,<textarea>,<label>,<button>





'Programming' 카테고리의 다른 글

CDN(Content Delivery Network)  (0) 2018.06.22
자신 호스트 번호  (0) 2018.06.18
custom scrollbar styling  (0) 2018.06.11
git pull and git push  (0) 2018.06.02
GIT  (0) 2018.05.13