HTML Line Breaks Cont.
The <NOBR> </NOBR>tag creates a region of non-breaking text.
Sometimes authors may want to prevent a line break from occurring between two words. The entity (  or
 ) acts as a space where user agents should not cause a line break.
The <WBR> tag:
- Advises the extended browser when it may insert a line break in an otherwise nonbreakable sequence of text
- Works only when placed inside a <NOBR> tagged content seqment
- Causes a line break only if current line extends beyond the browser's display margins
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library