블로그 이미지
암초보

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

Notice

Tag

05-02 23:09
2009. 9. 29. 15:09 프로그래밍/HTML&CSS

<table border="1" style="width:200px;"><tr><td>
ABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCD
</td></tr></table><p>

<table border="1" style="width:200px;"><tr><td style="word-break:break-all;">
ABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCD
</td></tr></table><p>

<table border="1" style="width:200px;"><tr><td>
홍길동 홍길동 홍길동 홍길동 홍길동 홍길동 홍길동 
</td></tr></table><p>

<table border="1"  style="width:200px;"><tr><td style="word-break:keep-all;">
홍길동 홍길동 홍길동 홍길동 홍길동 홍길동 홍길동
</td></tr></table>

<table border="1" style="width:200px;"><tr><td>
홍길동 홍길동 홍길동 홍길동 홍길동 홍길동 홍길동
</td></tr></table><p>

<table border="1"  style="width:200px;"><tr><td style="white-space:nowrap;">
홍길동 홍길동 홍길동 홍길동 홍길동 홍길동 홍길동
</td></tr></table>

결과 :

posted by 암초보