코딩
13. table, menu
용용it
2022. 12. 4. 08:22
able : <table> 요소처럼 표현합니다.
table-caption : <caption> 요소처럼 표현합니다.
table-column-group : <colgroup> 요소처럼 표현합니다.
table-header-group : <thead> 요소처럼 표현합니다.
table-footer-group : <tfoot> 요소처럼 표현합니다.
table-row-group : <tbody> 요소처럼 표현합니다.
table-cell : <td> 요소처럼 표현합니다.
table-column : <col> 요소처럼 표현합니다.
table-row : <tr> 요소처럼 표현합니다.
/*
display 속성 중 table 관련 속성
table -> table
table-caption -> caption
table-cell -> td
table-column -> col
table-column-group -> colgroup
table-footer-group -> tfoot
table-header-group -> thead
table-row -> tr
table-row-group -> tbody
*/