마크업 Validation 체크 오류
The width attribute on the col element is obsolete. Use CSS instead.
col 태그에 style을 따로 입히거나 css class를 이용하여 width값을 추가하면 해결됩니다.
<colgroup>
<col width="25%">
<col width="25%">
<col width="25%">
<col width="25%">
</colgroup>
<colgroup>
<col style="width:25%">
<col style="width:25%">
<col class="small-width">
<col class="small-width">
</colgroup>
'HTML' 카테고리의 다른 글
SVG 그래픽 (0) | 2021.04.14 |
---|---|
DOM과 브라우저 렌더링 과정 (0) | 2021.03.24 |
HTML5 비디오 자동 재생 (0) | 2021.03.12 |
Form에서 label과 input 요소의 연결 및 title 사용법 (0) | 2013.04.29 |
<a> <button> <input> 용도에 맞게 사용하기 (0) | 2013.02.01 |
개의 댓글