<table> 에서 th id 와 td headers 의 용법을 아시나요? > 자유게시판

자유게시판

<table> 에서 th id 와 td headers 의 용법을 아시나요? 정보

<table> 에서 th id 와 td headers 의 용법을 아시나요?

본문

th id 와 td headers 의 용법을 아시나요?
 
ex)
 
<table>
<thead>
<tr>
    <th>월</th>
    <th id="foo">항목</th>
    <th>재고</th>
</tr>
</thead>
<tbody>
    <td>1</td>
    <td headers="foo">원자재</td>
    <td>10</td>
</tbody>
</table>
 
모르시는 분들을 위한 설명은 설문조사 이후에 해드리겠습니다.
 
추천
0
  • 복사

댓글 6개

© SIRSOFT
현재 페이지 제일 처음으로