ayugioh2003 / today-i-learned

記錄每天看到的資訊(暫以前端技術為主)
7 stars 0 forks source link

Two ways to safely break a long word in HTML — Amit Merchant — A blog on PHP, JavaScript, and more #1646

Open ayugioh2003 opened 1 year ago

ayugioh2003 commented 1 year ago

網址

記錄原因

切斷長英文單字的方式

Using the <wbr> tag Using the &shy; entity

觀念

學習點

相關資料