Content deleted Content added
→br: mention that </br> is invalid. |
→var: wbr |
||
Line 492:
* {{tl|var}}
* {{tl|varserif}} formatted in italic serif to differentiate characters
====wbr====
{{see| Wikipedia:Line-break handling}}
{{tag|wbr|o}} is a word break opportunity; that is, it specifies where it would be OK to add a line-break where a word is too long, or it is perceived that the browser will break a line at the wrong place.
{{markup
|<nowiki>Now is the time to become a power editor, by learning HyperText Markup Language</nowiki>
|Now is the time to become a power editor, by learning HyperText Markup Language
|<nowiki>Now is the time to become a power editor, by learning Hyper<wbr>Text Markup Language</nowiki>
|Now is the time to become a power editor, by learning Hyper<wbr>Text Markup Language
}}
As the browser window is adjusted narrower, the second example wraps between ''Hyper'' and ''Text''.
===Lists===
|