Software/HTML/CSS
[xHTML]
charom
2010. 1. 21. 02:07
Table Tag syntax: TH,Caption, TR 태그만 가능
1.the condition of Caption position
between <table>and <tr>
between <tr><tr>
*can not put in between <tr>and</tr>
2. The condition of TH Tag
<th>도 td의 셀에 맞게 표시
1.the condition of Caption position
between <table>and <tr>
between <tr><tr>
*can not put in between <tr>and</tr>
2. The condition of TH Tag
<th>도 td의 셀에 맞게 표시
<table> | <tr> | <th> | <td> | <caption> | |
border | O | ||||
cellspacing | O | ||||
cellpading | O | ||||
width | O | O | O | ||
align | O | O | O | O | O |
valign | O | O | O | ||
nowrap | O | O | |||