diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/he/web/html/element/strong | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/he/web/html/element/strong')
-rw-r--r-- | files/he/web/html/element/strong/index.html | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/files/he/web/html/element/strong/index.html b/files/he/web/html/element/strong/index.html deleted file mode 100644 index f64389d290..0000000000 --- a/files/he/web/html/element/strong/index.html +++ /dev/null @@ -1,69 +0,0 @@ ---- -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> |