ইমেজকে পেজের মাঝখানে স্থাপনের জন্য কোন অ্যাট্রিবিউট ব্যবহৃত হয়? [Which attribute is used to place an image in the middle of the page?]
ক. Src
খ. alt
গ. align
ঘ. color
উত্তর: align
ব্যাখ্যা: HTML-এ ইমেজকে পেজের মাঝখানে স্থাপনের জন্য ` ` ট্যাগের ভেতরে `align` অ্যাট্রিবিউট ব্যবহার করা হয়। `align="middle"` দ্বারা ইমেজটিকে উল্লম্বভাবে মাঝখানে বসানো যায় (পুরনো HTML সংস্করণে)। বর্তমানে CSS ব্যবহার করে ইমেজের অবস্থান নির্ধারণ করা হয়, তবে প্রশ্নের আলোকে সঠিক উত্তর `align`। `src` অ্যাট্রিবিউট ইমেজের উৎস নির্ধারণ করে, `alt` অ্যাট্রিবিউট ইমেজ না দেখালে বিকল্প টেক্সট দেখায়, আর `color` রঙ নির্ধারণে ব্যবহৃত হয়। [In HTML, the `align` attribute is used inside the ` ` tag [গণিত] place an image in the middle of the page. Using `align="middle"` positions the image vertically in the middle (in older HTML versions). Currently, CSS is used [গণিত] determine image positioning, but according [গণিত] the question, the correct answer is `align`. The `src` attribute specifies the image source, the `alt` attribute shows alternative text if the image doesn't load, and `color` is used [গণিত] specify color.]
HSC ICT Chapter 4 : ওয়েব ডিজাইন পরিচিতি এবং HTML MCQ — Prosthuti প্রশ্নব্যাংক
HSC · ICT · Chapter 4 : ওয়েব ডিজাইন পরিচিতি এবং HTML · MCQ
ইমেজকে পেজের মাঝখানে স্থাপনের জন্য কোন অ্যাট্রিবিউট ব্যবহৃত হয়? [Which attribute is used to place an image in the middle of the page?]
- ক.Src
- খ.alt
- গ.align
- ঘ.color
উত্তর