[Medical][=1,4-butanediol]1,4-butanediol

html bdo tag syntax

html What is the label of bdo?

html The bdo tag is generally used to specify the direction of a piece of text to be opposite to the natural direction of the surrounding text. It can also override the default text direction. This tag allows you to specify the text direction and override it. Bidirectional algorithm for text orientation calculation.

Function: Can override the default text direction.

Description: NONE

Notes: All browsers support the <bdo> tag.

html bdo tag example

<html>

<body>

<p>
如果您的浏览器支持 bi-directional override (bdo),下一行会从右向左输出 (rtl);
</p>

<bdo dir="rtl">
Here is some Hebrew text
</bdo>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance