mode
|
wrap | nowrap
Specifies text wrapping mode to use. If you specify nowrap , the device uses another mechanism, such as horizontal scrolling, to display long lines to the user. The device continues to use the mode you specify until you specify a <p> element with the other mode. In other words,
If you specify the mode attribute, the device applies that mode.
If you do not specify the mode attribute, the device applies the last-specified mode value. If no previous <p> element exists, the device applies the default mode (wrap ).
|