Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

จะระบุจุดแบ่งคำที่อาจเกิดขึ้นภายในส่วน ใน HTML ได้อย่างไร


แท็ก HTML กำหนดเบรกพอยต์บรรทัดที่เป็นไปได้ หากจำเป็น ซึ่งย่อมาจาก Word Break Opportunity

ตัวอย่าง

คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อเรียนรู้วิธีใช้แท็ก ใน HTML -

<!DOCTYPE html>
<html>
   <head>
      <title>HTML wbr Tag</title>
   </head>
   <body>
      <wbr />The browser to extend the document window beyond the size
      of the viewing pane and the poor user must scroll right<wbr />
   </body>
</html>