0
[SOLVED] What is the difference between {br} and {wbr} ?
2 Réponses
+ 2
<br> tag is used to break a line, whereas <wbr> will break a word, i.e. if there is some very lengthy word and you want to break it with the help of html tag you can use <wbr> tag.