미분류

[HTML] table cell 너비 동일하게 고정

Tablehtml

모든 셀의 너비를 같게 고정하는 방법

table {
	table-layout: fixed;
}

예제화면
코드

결과