table
Table tag
table tag - html
<table>
테이블을 만드는 태그
<th>
테이블의 헤더부분을 만드는 태그
<tr>
테이블의 행을 만드는 태그
<td>
테이블의 열을 만드는 태그
merge table cells [1]
1) colspan
attribute
colspan
attribute2) rowspan
attribute
rowspan
attributerowspan
=0
rowspan
=00을 쓰면 전체 열 갯수, 행 갯수가 어떻든 그 방향으로 다 merge한 하나의 셀이 나온다.
References
Last updated