분류 전체보기301 table 테이블 관련 태그 및 속성 1. table의 구성요소 - table 요소의 구성: thead / tbody / tfoot - table cell: th / td - table row: tr 셀들로 이루어진 행을 정의할 때 사용한다. 2. table의 CSS 기본값(고유 속성값) table { display: table; border-collapse: separate; border-spacing: 2px; border-color: gray; } tr { display: table-row; vertical-align: inherit; border-color: inherit; } th { display: table-cell; vertical-align: inherit; font-weight: bold; text-align: center.. 2020. 7. 6. 이전 1 ··· 48 49 50 51 다음