word
English[w?:rd]
n. Word; ??; ???
vt. Speech
wrap.English[r?p] US[r?p]
vt. ???; ??? (?? ???, ?? ?); ?? ??, ?, ???, ???, ???? , ??, ??; ?> ?? vi. ??, ??(?? ???, ??? ?)
CSS ?? ? ?? ?? ???
??: word-wrap ??? ???? ? ??? URL ??? ?? ?? ? ??? ? ????.
??: ??word-wrap: Normal|break-word
??: normal ???? ?? ?????? ?? ????(????? ?? ??? ?????). Break-word ? ??? URL ?? ??? ? ?? ????.?
??: ?? ?? ????? word-wrap ??? ?????.
CSS ?? ? ?? ?? ?
<!DOCTYPE html> <html> <head> <style> p.test { width:11em; border:1px solid #000000; word-wrap:break-word; } </style> </head> <body> <p class="test">This paragraph contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.</p> </body> </html>
??? ????? ??? "???? ??" ??? ?????