diff options
Diffstat (limited to 'files/he/web/html/element/strong/index.html')
-rw-r--r-- | files/he/web/html/element/strong/index.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/files/he/web/html/element/strong/index.html b/files/he/web/html/element/strong/index.html new file mode 100644 index 0000000000..f64389d290 --- /dev/null +++ b/files/he/web/html/element/strong/index.html @@ -0,0 +1,69 @@ +--- +title: '<strong>: תגית להדגשת טקסט' +slug: Web/HTML/Element/strong +tags: + - HTML + - הדגשה + - טקסט מודגש + - מודגש +translation_of: Web/HTML/Element/strong +--- +<div>{{HTMLRef}}</div> + +<p dir="rtl">תגית <strong><code><strong></code></strong> מציגה פסקת טקסט באופן מודגש.</p> + +<p>{{EmbedInteractiveExample("pages/tabbed/strong.html", "tabbed-standard")}}</p> + +<table> + <tbody> + <tr> + <th>קטגוריה</th> + <td>תגיות מסוג Inline.</td> + </tr> + <tr> + <th>תוכן מורשה</th> + <td> + <p><code><abbr></code>, <code><audio></code>, <code><b></code>, <code><bdo></code>, <code><br></code>, <code><button></code>, <code><canvas></code>, <code><cite></code>, <code><code></code>, <code><command></code>, <code><data></code>, <code><datalist></code>, <code><dfn></code>, <code><em></code>, <code><embed></code>, <code><i></code>, <code><iframe></code>, <code><img></code>, <code><input></code>, <code><kbd></code>, <code><keygen></code>, <code><label></code>, <code><mark></code>, <code><math></code>, <code><meter></code>, <code><noscript></code>, <code><object></code>, <code><output></code>, <code><progress></code>, <code><q></code>, <code><ruby></code>, <code><samp></code>, <code><script></code>, <code><select></code>, <code><small></code>, <code><span></code>, <code><strong></code>, <code><sub></code>, <code><sup></code>, <code><svg></code>, <code><textarea></code>, <code><time></code>, <code><var></code>, <code><video></code>, <code><wbr></code></p> + </td> + </tr> + <tr> + <th>תגיות הורים מורשות</th> + <td>תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.</td> + </tr> + <tr> + <th scope="row">ממשק DOM</th> + <td>{{domxref("HTMLElement")}}</td> + </tr> + </tbody> +</table> + +<h2 dir="rtl" id="תארים">תארים</h2> + +<p dir="rtl">תגית זו נכללת ברשימת <a href="https://developer.mozilla.org/he/docs/Web/HTML/%D7%AA%D7%90%D7%A8%D7%99%D7%9D_%D7%92%D7%9C%D7%95%D7%91%D7%9C%D7%99%D7%99%D7%9D">התארים הגלובליים</a>.</p> + +<dl> + <dt dir="rtl"> + <h2 dir="rtl" id="דוגמא_-_שימוש_בסיסי_בתגית">דוגמא - שימוש בסיסי בתגית</h2> + + <pre><p>Before proceeding, <strong>make sure you put on your safety goggles</strong>.</p> +</pre> + + <h2 dir="rtl" id="דוגמא_-_שימוש_בתגית_לצורך_תוית_אזהרה">דוגמא - שימוש בתגית לצורך תוית אזהרה</h2> + + <pre><p><strong>Important:</strong> Before proceeding, make sure you add plenty of butter.</p> +</pre> + </dt> +</dl> + +<h2 dir="rtl" id="הערות">הערות</h2> + +<p><u>מה ההבדל בין תגית <strong><code><strong></code></strong> לתגית <strong><code><b></code></strong>?</u><br> + שתיהן מדגישות את הטקסט בתוך התגית, אך משמעותה של תגית <b> היא השפעה על העיצוב בלבד. מאידך, כאשר גולשים אל אתר מותאם ולוחצים על הקראה, הדפדפן רואה את תגית <strong> ויודע שיש צורך לקרוא את הטקסט ולהדגיש את הנמצא תחתיה.</p> + +<h2 dir="rtl" id="ראה_גם">ראה גם</h2> + +<ul> + <li>{{HTMLElement("em")}}</li> + <li>{{HTMLElement("b")}}</li> + <li>{{cssxref("font-weight")}}</li> +</ul> |