Reference
See the Pen <table></table> by jjgodcom (@jjgodcom1) on CodePen.
rowspan, colspan
colspan
은 열을 확장합니다. (좌우로)rowspan
은 행을 확장합니다. (상하로)
<table></table>
뒤로가기See the Pen <table></table> by jjgodcom (@jjgodcom1) on CodePen.
colspan
은 열을 확장합니다. (좌우로)rowspan
은 행을 확장합니다. (상하로)