Sử dụng thẻ
Điều này được sử dụng với thẻ
, luôn gây ra ngắt dòng, ngay cả trong phân đoạn được gắn thẻ
Ví dụ
Bạn có thể thử chạy mã sau để không cho phép ngắt dòng trong văn bản kèm theo trong HTML -
<!DOCTYPE html> <html> <head> <title>HTML nobr Tag</title> </head> <body> <nobr>This is a very long sequence of text that is forced to be on a single line, even if doing so causes <wbr /> the browser to extend the document window beyond the size of the viewing pane and the poor user must scroll right <wbr /> to read the entire line. </nobr> </body> </html>