: 그림이나 텍스트처럼 사각 영역을 갖는 요소를 통칭하는 의미
box-sizing: border-box
사용하기<div>
<p>
<h1>
등<span>
<a>
<em>
등<button>
<input>
<select>
등display: inline-block
으로 지정 가능-> 위처럼 브라우저의 내장 스타일은 user agent stylesheet 키워드로 공부해볼 수 있음!
: block, inline, inline-block, none, inherit, table, inline-table, table-row, table-row-group, table-header-group, table-footer-group, table-column, table-column-group, table-cell, table-caption, list-item
참고자료
https://www.daleseo.com/css-display-inline-block/
https://pridiot.tistory.com/14
https://developer.mozilla.org/ko/docs/Learn/CSS/Building_blocks/The_box_model