সংক্ষিপ্ত
এইচ টি এম এল মার্ক এলিমেন্ট (<চিহ্ন>) কারণে একটি বিশেষ প্রেক্ষাপটে তার প্রাসঙ্গিকতা অর্থাত, লেখার একটা সংখ্যা, রেফারেন্স উদ্দেশ্যে চিহ্নিত, টেক্সট হাইলাইট প্রতিনিধিত্ব করে। উদাহরণ হিসেবে বলা যায় অনুসন্ধান-জন্য শব্দের প্রতি উদাহরণস্বরূপ তুলে ধরতে একটি দেখানো অনুসন্ধান ফলাফল ব্যবহার করা যেতে পারে।
Usage notes:
- In a quotation or another block, the highlighted text typically marks text that is referenced outside the quote, or marked for specific scrutiny even though the original author didn't consider it important.
- In the main text, the highlighted text typically marks text that may be of special relevance for the user's current activity, like search results.
- Do not use the
<mark>
element for syntax highlighting; use the<span>
element for this purpose. - Do not confuse the
<mark>
element with the<strong>
element. The<strong>
element is used to denote spans of text of importance in context of the text, when the<mark>
element is used to denote spans of text of relevance to a different context.
Content categories | Flow content, phrasing content, palpable content. |
---|---|
Permitted content | Phrasing content. |
Tag omission | None, both the starting and ending tag are mandatory. |
Permitted parent elements | Any element that accepts phrasing content. |
DOM interface | HTMLElement |
আরোপ করা
এই উপাদান শুধুমাত্র গ্লোবাল গুণাবলী রয়েছে।
উদাহরণ
<p>The <mark> element is used to <mark>highlight</mark> text</p>
ফল
<চিহ্ন> এলিমেন্ট লেখার উজ্জ্বল ব্যবহৃত হয়।
বিশেষ উল্লেখ
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of '<mark>' in that specification. |
Living Standard | |
HTML5 The definition of '<mark>' in that specification. |
Recommendation |
ব্রাউজার উপযুক্ততা
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 4.0 (2.0) | 9.0 | 11.0 | (Yes) |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | 4.0 (2.0) | ? | ? | ? |