इसका उपयोग
टैग के विपरीत, जो हमेशा एक लाइन ब्रेक का कारण बनता है, यहां तक कि एक
उदाहरण
आप 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>