Parameter name attribute

Definition and usage

নাম The attribute sets or returns the value of the name attribute of the parameter.

<param> name attribute Define the name of the <param> element.

This attribute is related to value attribute Used together, for <object> tag Specified plugin parameters.

The value of the name attribute can be any name supported by the object.

Note:All major browsers support <param> tagHowever,<object> The file format defined in it may not be supported by all browsers.

See also:

এইচটিএমএল রেফারেন্স:এইচটিএল <পারাম> ট্যাগ

Example

Get the name of the <param> element:

var x = document.getElementById("myParam").name

Try it yourself

Syntax

Return name attribute:

parameterObject.name

set name attribute:

parameterObject.name = নাম

অ্যাট্রিবিউট ভ্যালু

ভ্যালু বর্ণনা
নাম পারামিটারের নাম নির্ধারণ করে

টেকনিক্যাল ডেটাইল

ফলাফল: স্ট্রিং ভ্যালু, যা পারামিটারের নাম বলে

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

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

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

এইচটিএমএল রেফারেন্স:এইচটিএমএল <পারাম> নাম অ্যাট্রিবিউট