HTML 테이블 caption 태그

Jmnote (토론 | 기여)님의 2014년 11월 24일 (월) 14:26 판 (새 문서: ;HTML caption tag ;HTML caption 태그, HTML 테이블 캡션, 테이블 제목 ==예시== <source lang='html5'> <table> <caption>월별 저축액</caption> <tr> <th>월</th>...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
HTML caption tag
HTML caption 태그, HTML 테이블 캡션, 테이블 제목

1 예시

<table>
  <caption>월별 저축액</caption>
  <tr>
    <th></th>
    <th>저축액</th>
  </tr>
  <tr>
    <td>1월</td>
    <td>100원</td>
  </tr>
</table>

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}