search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Programming Dictionary

Online technical manual for service programmers
Popular searches:
html bdo tag Detailed instructions for use

html bdo tag

Chinese translation Recent Updates: 2019-01-23 11:33:53

[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

html bdo tag