diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/bn/web/html/element/b/index.html | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/bn/web/html/element/b/index.html')
-rw-r--r-- | files/bn/web/html/element/b/index.html | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/files/bn/web/html/element/b/index.html b/files/bn/web/html/element/b/index.html new file mode 100644 index 0000000000..47bd3812f8 --- /dev/null +++ b/files/bn/web/html/element/b/index.html @@ -0,0 +1,159 @@ +--- +title: সামারি +slug: Web/HTML/Element/b +tags: + - এইচ টি এম এল +translation_of: Web/HTML/Element/b +--- +<h2 id="সংক্ষিপ্ত"> <span class="short_text" id="result_box" lang="bn"><span class="hps">সংক্ষিপ্ত</span></span></h2> + +<p> </p> + +<div class="almost_half_cell" id="gt-res-content"> +<div dir="ltr" style="zoom: 1;"><span id="result_box" lang="bn"><span class="hps">এইচ টি এম এল</span> <span class="atn hps"><</span><span>বি</span><span>></span> <span class="hps">এলিমেন্ট</span> <span class="hps">কোন</span> <span class="hps">বিশেষ</span> <span class="hps">গুরুত্ব বা প্রাসঙ্গিকতা</span> <span class="hps">conveying</span> <span class="hps">ছাড়াই</span> <span class="hps">স্বাভাবিক</span> <span class="hps">টেক্সট</span> <span class="hps">থেকে</span> <span class="hps">শৈলীগত</span> <span class="hps">বিভিন্ন</span> <span class="hps">লেখার একটা</span> <span class="hps">স্প্যান</span> <span class="hps">প্রতিনিধিত্ব করে।</span> <span class="hps">এটা</span> <span class="hps">সাধারণত</span> <span class="hps">একটি</span> <span class="hps">সারসংক্ষেপ</span> <span class="hps">মধ্যে কীওয়ার্ড</span><span>, পণ্যের নাম</span> <span class="hps">একটি পর্যালোচনা</span><span>,</span> <span class="hps">বা</span> <span class="hps">যার</span> <span class="hps">সাধারণত</span> <span class="hps">উপস্থাপনা</span> <span class="hps">boldfaced</span> <span class="hps">হবে</span>। <span class="hps">টেক্সট</span> <span class="hps">অন্য</span> <span class="hps">ঘটনাকাল জন্য</span> <span class="hps">ব্যবহার করা হয়</span><span>। </span><span class="hps">তার</span> <span class="hps">ব্যবহারের</span> <span class="hps">আরেকটি</span> <span class="hps">উদাহরণ হল একটি</span> <span class="hps">প্রবন্ধের</span> <span class="hps">প্রতিটি</span> <span class="hps">অনুচ্ছেদের</span> <span class="hps">নেতৃত্ব</span> <span class="hps">বাক্য চিহ্নিত</span> <span class="hps">করা হয়</span><span>।</span></span></div> +</div> + +<div class="note"> +<p><strong>Usage notes:</strong></p> + +<ul> + <li>Do not confuse the <code><b></code> element with the {{HTMLElement("strong")}}, {{HTMLElement("em")}}, or {{HTMLElement("mark")}} elements. The {{HTMLElement("strong")}} element represents text of certain <em>importance</em>, {{HTMLElement("em")}} puts some emphasis on the text and the {{HTMLElement("mark")}} element represents text of certain <em>relevance</em>. The <code><b></code> element doesn't convey such special semantic information; use it only when no others fit.</li> + <li>Similarly, do not mark titles and headings using the <code><b></code> element. For this purpose, use the {{HTMLElement("h1")}} to {{HTMLElement("h6")}} tags. Further, stylesheets can change the default style of these elements, with the result that they are not <em>necessaril</em><em>y</em><em> </em>displayed in bold.</li> + <li>It is a good practice to use the <strong>class</strong> attribute on the <code><b></code> in order to convey additional semantic information (for example <code><b class="lead"></code> for the first sentence in a paragraph). This eases the development of several stylings of a web document, without the need to change its HTML code.</li> + <li>Historically, the <code><b></code> element was meant to make text boldface. Styling information has been deprecated since HTML4, so the meaning of the <code><b></code> element has been changed.</li> + <li>If there is no semantic purpose on using the <b> element, using css property <a href="/en-US/docs/CSS/font-weight" title="font-weight">font-weight</a> with bold value would be a better choice for making text bold.</li> +</ul> +</div> + +<table class="properties"> + <tbody> + <tr> + <th scope="row"><a href="/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">Content categories</a></th> + <td><a href="/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">Flow content</a>, <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content categories#Phrasing content">phrasing content</a>, palpable content.</td> + </tr> + <tr> + <th scope="row">Permitted content</th> + <td><a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">Phrasing content</a>.</td> + </tr> + <tr> + <th scope="row">Tag omission</th> + <td>{{no_tag_omission}}</td> + </tr> + <tr> + <th scope="row">Permitted parent elements</th> + <td>Any element that accepts <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">phrasing content</a>.</td> + </tr> + <tr> + <th scope="row">DOM interface</th> + <td>{{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the <a href="/en-US/docs/DOM/span" title="DOM/span"><code>HTMLSpanElement</code></a> interface for this element.</td> + </tr> + </tbody> +</table> + +<h2 id="আরোপ_করা"> <span class="short_text" id="result_box" lang="bn"><span class="hps">আরোপ করা</span></span></h2> + +<p><span class="short_text" id="result_box" lang="bn"><span class="hps">এই</span> <span class="hps">উপাদান</span> <span class="hps">শুধুমাত্র</span> <span class="hps">গ্লোবাল</span> <span class="hps">গুণাবলী</span>তে <span class="hps">রয়েছে</span><span>।</span></span></p> + +<h2 id="উদাহরণ"> <span class="short_text" id="result_box" lang="bn"><span class="hps">উদাহরণ</span></span></h2> + +<pre class="brush: html"><p> + This article describes several <b>text-level</b> elements. It explains their usage in an <b>HTML</b> document. +</p> +Keywords are displayed with the default style of the <b> element, likely in bold. +</pre> + +<h3 id="ফল"> <span class="short_text" id="result_box" lang="bn"><span class="hps">ফল</span></span></h3> + +<p> </p> + +<p><span id="result_box" lang="bn"><span class="hps">এই নিবন্ধটি</span> <span class="hps">কয়েকটি</span> <span class="hps">টেক্সট</span><span class="atn">-</span><span>স্তরের উপাদান</span> <span class="hps">বর্ণ।</span><span class="hps">এটি একটি এইচ টি এম এল</span> <span class="hps">নথিতে</span> <span class="hps">তাদের</span> <span class="hps">ব্যবহার</span> <span class="hps">ব্যাখ্যা</span><span>।</span><br> + <br> + <span class="hps">মূলশব্দ</span> <span class="hps">গাঢ়</span> <span class="hps">সম্ভবত</span> <span class="atn hps"><</span><span>বি</span><span>></span> <span class="hps">উপাদান</span><span>,</span> <span class="hps">এর</span> <span class="hps">ডিফল্ট</span> <span class="hps">শৈলী সঙ্গে</span> <span class="hps">প্রদর্শিত হয়</span><span>।</span></span></p> + +<h2 id="Specifications" name="Specifications"> <span class="short_text" id="result_box" lang="bn"><span class="hps">বিশেষ উল্লেখ</span></span></h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-b-element', '<b>')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-b-element', '<b>')}}</td> + <td>{{Spec2('HTML5 W3C')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('HTML4.01', 'present/graphics.html#h-15.2.1', '<b>')}}</td> + <td>{{Spec2('HTML4.01')}}</td> + <td> </td> + </tr> + </tbody> +</table> + +<h2 id="ব্রাউজার_উপযুক্ততা"> <span class="short_text" id="result_box" lang="bn"><span class="hps">ব্রাউজার</span> <span class="hps">উপযুক্ততা</span></span></h2> + +<p>{{CompatibilityTable}}</p> + +<div id="compat-desktop"> +<table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Chrome</th> + <th>Firefox (Gecko)</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari</th> + </tr> + <tr> + <td>Basic support</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatGeckoDesktop("1.0")}}</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatVersionUnknown}}</td> + </tr> + </tbody> +</table> +</div> + +<div id="compat-mobile"> +<table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Android</th> + <th>Firefox Mobile (Gecko)</th> + <th>IE Mobile</th> + <th>Opera Mobile</th> + <th>Safari Mobile</th> + </tr> + <tr> + <td>Basic support</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatGeckoMobile("1.0")}}</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatVersionUnknown}}</td> + <td>{{CompatVersionUnknown}}</td> + </tr> + </tbody> +</table> +</div> + +<h2 id="আরো_দেখুন"> <span class="short_text" id="result_box" lang="bn"><span class="hps">আরো দেখুন</span></span></h2> + +<ul> + <li>Others elements conveying <a href="/en-US/docs/HTML/Text_level_semantics_conveying_elements" title="HTML/Text level semantics conveying elements">text-level semantics</a>: {{HTMLElement("a")}}, {{HTMLElement("em")}}, {{HTMLElement("strong")}}, {{HTMLElement("small")}}, {{HTMLElement("cite")}}, {{HTMLElement("q")}}, {{HTMLElement("dfn")}}, {{HTMLElement("abbr")}}, {{HTMLElement("time")}}, {{HTMLElement("code")}}, {{HTMLElement("var")}}, {{HTMLElement("samp")}}, {{HTMLElement("kbd")}}, {{HTMLElement("sub")}}, {{HTMLElement("sup")}}, {{HTMLElement("i")}}, {{HTMLElement("mark")}}, {{HTMLElement("ruby")}}, {{HTMLElement("rp")}}, {{HTMLElement("rt")}}, {{HTMLElement("bdo")}}, {{HTMLElement("span")}}, {{HTMLElement("br")}}, {{HTMLElement("wbr")}}.</li> + <li><a class="external" href="http://www.w3.org/International/questions/qa-b-and-i-tags">Using <b> and <i> elements (W3C)</a></li> +</ul> + +<div>{{HTMLRef}}</div> |