이것은
태그와 달리
예시
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>