만드는 방법: 내장 테이블
내장 테이블(테이블 내 테이블)을 만드는 방법 배우기
셀 | 내장된 테이블
|
내장 테이블
한 테이블이 다른 테이블 안에 들어가 있습니다:
실례
<table> <tr> <td>Cell</td> <td>Nested Table</td> <table> <tr> <td>Cell 1</td> </tr> <tr> <td>Cell 2</td> </tr> <tr> <td>Cell 3</td> </tr> <tr> <td>Cell 4</td> </tr> </table> </td> </tr> </table>
관련 페이지
강의:HTML 테이블