블로그 이미지
Magic_kit
study 관련자료를 한곳으로 자기 개발 목적으로 재태크 재무 관리 목적으로 일상생활의 팁을 공유 하기 위하여 블로그를 개설 하였습니다.

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
반응형

Category

Recent Post

Recent Comment

Archive

'.Net Project/HTML & XHTML'에 해당되는 글 23

  1. 2009.07.24 Ex-19장 프레임 관련자료 태그 속성 ppt1
  2. 2009.07.24 Ex-18장 태이블 태그 기타1
  3. 2009.07.24 Ex-17장 템플릿1
  4. 2009.07.23 Ex-16장 테이블 태그 관련 및 주요속성 ppt1
2009. 7. 24. 00:18 .Net Project/HTML & XHTML
반응형

반응형

'.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
posted by Magic_kit
2009. 7. 24. 00:05 .Net Project/HTML & XHTML
반응형



<소스 내용>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<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>

반응형
posted by Magic_kit
2009. 7. 24. 00:02 .Net Project/HTML & XHTML
반응형




소스 내용)

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>

<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>

반응형
posted by Magic_kit
2009. 7. 23. 23:57 .Net Project/HTML & XHTML
반응형



반응형

'.Net Project > HTML & XHTML' 카테고리의 다른 글

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
posted by Magic_kit
prev 1 2 3 4 5 6 next