연습 네델란드
페이지 정보
본문
댓글목록
홍승표님의 댓글
홍승표쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
<table> tag 은 나중에 나오는 중급 수준의 것이어서 좀 이르긴 하지만 한번 해보죠.
<center>
<table>
<tr>
<td height=200 width=40 bgcolor=red></td>
<td height=200 width=40 bgcolor=white></td>
<td height=200 width=40 bgcolor=blue></td>
</tr>
</table>
</center>
<pre>
<center>
<table>
<tr>
<td height=200 width=40 bgcolor=red></td>
<td height=200 width=40 bgcolor=white></td>
<td height=200 width=40 bgcolor=blue></td>
</tr>
</table>
</center>
</pre>