'.Net Project > HTML & XHTML' 카테고리의 다른 글
Ex-19장 IFrame 관련 (1) | 2009.07.25 |
---|---|
Ex-20장 프레임관련 예제 (1) | 2009.07.24 |
Ex-18장 태이블 태그 기타 (1) | 2009.07.24 |
Ex-17장 템플릿 (1) | 2009.07.24 |
Ex-16장 테이블 태그 관련 및 주요속성 ppt (1) | 2009.07.23 |
Ex-19장 IFrame 관련 (1) | 2009.07.25 |
---|---|
Ex-20장 프레임관련 예제 (1) | 2009.07.24 |
Ex-18장 태이블 태그 기타 (1) | 2009.07.24 |
Ex-17장 템플릿 (1) | 2009.07.24 |
Ex-16장 테이블 태그 관련 및 주요속성 ppt (1) | 2009.07.23 |
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>테이블 태그 기타</title>
</head>
<body>
<table border="1" width="400">
<caption>by 별명</caption>
<colgroup>
<col width="20%" />
<col width="80%" />
</colgroup>
<thead>
<tr>
<th>일루젼</th>
<th>Back</th>
</tr>
</thead>
<tbody>
<tr>
<td>홍길동</td>
<td>재밌네?</td>
</tr>
<tr>
<td>백두산</td>
<td>재밌없나?</td>
</tr>
<tr>
<th>김용원</th>
<td>열심히하자</td>
</tr>
<tr>
<td colspan ="2" align="center"> 총 3명 </td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan ="2" align=right> 총 3명 </td>
<th width="100">확인</th>
<th width="100">종료</th>
</tr>
</tfoot>
</table>
</body>
</html>
Ex-20장 프레임관련 예제 (1) | 2009.07.24 |
---|---|
Ex-19장 프레임 관련자료 태그 속성 ppt (1) | 2009.07.24 |
Ex-17장 템플릿 (1) | 2009.07.24 |
Ex-16장 테이블 태그 관련 및 주요속성 ppt (1) | 2009.07.23 |
Ex-15장 ImageMap 관련 자료 및 주요 속성 (1) | 2009.07.23 |
<h3>가느다란 실선으로 표시</h3>
<table width="200" border="1" bordercolorlight="silver" bordercolordark="white" cellspacing ="0">
<tr>
<td>1행1열</td>
<td>1행2열</td>
</tr>
</table>
<h3> 또 다른 방법</h3>
<table border = "1" width="200" cellpadding="1" bgcolor="green" frame="vsides" >
<tr>
<td bgcolor="White">1행 1열</td>
<td bgcolor="White">1행 2열</td>
</tr>
</table>
</body>
</html>
Ex-19장 프레임 관련자료 태그 속성 ppt (1) | 2009.07.24 |
---|---|
Ex-18장 태이블 태그 기타 (1) | 2009.07.24 |
Ex-16장 테이블 태그 관련 및 주요속성 ppt (1) | 2009.07.23 |
Ex-15장 ImageMap 관련 자료 및 주요 속성 (1) | 2009.07.23 |
Ex-14장 목록 태그 (1) | 2009.07.23 |
Ex-18장 태이블 태그 기타 (1) | 2009.07.24 |
---|---|
Ex-17장 템플릿 (1) | 2009.07.24 |
Ex-15장 ImageMap 관련 자료 및 주요 속성 (1) | 2009.07.23 |
Ex-14장 목록 태그 (1) | 2009.07.23 |
Ex-13장 이미지 링크(ImageLink) (0) | 2009.07.23 |