Multiple choice technology web technology

Which of the following is used to Turn off automatic linebreaks even if text is wider than the window ?

  1. text

  2. <nobr>text</nobr>

  3. text<wbr>

  4. <p>text</p>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag prevents the browser from breaking lines within the enclosed text, even if the content exceeds the window width. This non-standard but widely-supported tag ensures text stays on a single line. The
tag forces a line break, suggests a break point, and

creates a paragraph block.