HTML
HTML ۼ
HTML ⺻
BODY ±
ּ(Comment)
ٹٲٱ
P(paragraph)
BR(Line Break)
ǥ(Heading)
ؽƮ ±
FONT ±
Ư
ũ(Link)
θũ
̹(image)
̹
̹
̹
(color)
HTML ǥ(1)
HTML ǥ(2)
(background)
̺(table)
Ȯ
ʺ
(frame)
frameset
frame
frame target
noframes
Ʈ(List)
type
ʺ(width) (height)

̺ ʺ ̸ ϴ Ӽ width height Դϴ.

<table border="1" width="200" height="100">
<tr>
 <td>200ȼ * 100ȼ</td>
</tr>
</table>

ʺ 200 ̸ 100 ߽ϴ. Ϲ ̺ ̴ ʽϴ. ̺ 뿡 ڿ ̴ ϵ մϴ.

200ȼ * 100ȼ

̺ (row) ̴ height Ӽ մϴ.

<table border="1" width="200">
<tr height="30">
 <td>30ȼ </td>
</tr>
<tr height="50">
 <td>50ȼ </td>
</tr>
</table>

ù° 30ȼ, ι° 50ȼ Ͽϴ.

30ȼ
50ȼ

̺ (column) ʺ width Ӽ մϴ.

<table border="1" width="200">
<tr>
 <td width="50">50ȼ</td>
 <td width="150">150ȼ</td>
</tr>
</table>

ù° 50, ι° 150 ȼ Ͽϴ.

50ȼ 150ȼ

Copyright © Homejjang.com All rights reserved.