hyphenation-control-2-ref.html (358B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 code { 6 display:block; 7 hyphens:manual; 8 border: 1px solid black; 9 } 10 </style> 11 </head> 12 <body lang="en-us"> 13 <code style="width:15ch;"> 14 Supercali-<br />fragilistic-<br />expialidocious 15 </code> 16 <br /> 17 <code style="width:15ch;"> 18 Supercali‐<br />fragilistic‐<br />expialidocious 19 </code> 20 <br /> 21 </body> 22 </html>