Bdo dir attribute

Definition and usage

dir Set or return the value of the dir attribute of the <bdo> element.

<bdo> dir attribute Specify the text direction inside the <bdo> element.

Note:For the <bdo> element, the dir attribute is required.

See also:

HTML রেফারেন্স ম্যানুয়েল:HTML <bdo> ট্যাগ

Example

Example 1

Change the text direction of the text inside the <bdo> element to "right to left":

document.getElementById("myBdo").dir = "rtl";

Try it yourself

Example 2

Get the text direction of the text inside the <bdo> element:

var x = document.getElementById("myBdo").dir;

Try it yourself

Syntax

Return dir attribute:

bdoObject.dir

set dir attribute:

bdoObject.dir = "ltr|rtl"

অধিকারী মান

মান বর্ণনা
ltr বাঁকনী থেকে ডান লেখার বিন্যাসকে নির্দিষ্ট করে
rtl ডান থেকে বাঁকনী লেখার বিন্যাসকে নির্দিষ্ট করে

কার্যকরী বিবরণ

ফলাফল: স্ট্রিং মান, যা লিখিত বিন্যাসকে বলা হয়

ব্রাউজার সমর্থন

চ্রোম এজ ফায়ারফক্স স্যাফারি ওপেরা
চ্রোম এজ ফায়ারফক্স স্যাফারি ওপেরা
সমর্থন সমর্থন সমর্থন সমর্থন সমর্থন

সংশ্লিষ্ট পাতা

HTML রেফারেন্স ম্যানুয়েল:HTML <bdo> dir প্রতিযোগিতা