< All the HTML Tags >

<wbr></wbr>

Video Coming Soon...

  • wbr

    Tag Type

    inline

    Tag Category

    text formatting

    Defines an optional line break

    Viewed

    1

    Examples

    1

Definition:

The HTML <wbr> tag is used to suggest a possible line break opportunity within text, helping to improve text flow and layout in narrow spaces.

This tag does not render anything by itself but serves as a hint for browsers to break lines appropriately, enhancing readability in specific contexts.

Incorporating the `<wbr>` tag can improve the layout and readability of content in responsive designs.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default wbr Example:

Using the <wbr> tag for optional line breaks.
<p>I'maverylongsentenceandatthispoint<wbr>whenthebrowserwindowresizessmallenoughIwilladdalinebreak.</p>

Default wbr Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…