diff options
Diffstat (limited to 'files/he/web/html/element/em/index.html')
-rw-r--r-- | files/he/web/html/element/em/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/files/he/web/html/element/em/index.html b/files/he/web/html/element/em/index.html deleted file mode 100644 index 469e73abe7..0000000000 --- a/files/he/web/html/element/em/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: '<em>: תגית להדגשת טקסט' -slug: Web/HTML/Element/em -translation_of: Web/HTML/Element/em ---- -<div>{{HTMLRef}}</div> - -<p dir="rtl">תגית <strong><code><em></code></strong> מציגה פסקת טקסט באופן מודגש.</p> - -<p>{{EmbedInteractiveExample("pages/tabbed/em.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("strong")}}</li> - <li>{{HTMLElement("b")}}</li> - <li>{{cssxref("font-weight")}}</li> -</ul> |