Form properties and methods by msisaifu · Pull Request #178 · javascript-tutorial/bn.javascript.info

@msisaifu

@msisaifu

yeasinjabed2

```

Unlike most other controls, `<select>` allows to select multiple options at once if it has `multiple` attribute. Although such functionality is available, it is rarely used.
`<select>` কন্ট্রোলের একটি অ্যাট্রিবিউট আছে `multiple`, যার মাধ্যমে আমরা একাধিক অপশন সিলেক্ট করতে পারি, তবে এটা খুব কদাচিৎ ব্যবহার করা হয়।

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

অন্যান্য সকল কন্ট্রোলার ব্যাতীত <select> একই সময় একাধিক অপশান সিলেক্ট করতে দেয় যদি multiple এট্রিবিউট থাকে । আর এই ধরনের ফাংশানিলিট থাকা সত্ত্বেও খুবই কমই ব্যবহার হয় ।

এটি খুব কদাচিৎ ব্যবহার করা হয়। তবে এর একটি ব্যাপার জেনে রাখা উচিত।

In the [specification](https://html.spec.whatwg.org/multipage/forms.html#the-option-element) there's a nice short syntax to create `<option>` elements:
`<option>` এলিমেন্ট তৈরির একটি শর্ট সিনট্যাক্স আছে [specification](https://html.spec.whatwg.org/multipage/forms.html#the-option-element):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

এখানে specification <option> এলিমেন্ট তৈরির একটি শর্ট সিনট্যাক্স আছে :


`option.index`
: The number of the option among the others in its `<select>`.
: The number of the option among the others in its `<select>`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<select> অপশান গুলোর ইন্ডেক্স নাম্বার ।

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

jaamaalxyz

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve the commented part and push your update.

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@jaamaalxyz

@msisaifu please take a look back and resolved the requested changes, we are looking forward to your contribution