aboutsummaryrefslogtreecommitdiff
path: root/files/he/web/html/element/mark/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/he/web/html/element/mark/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-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/mark/index.html')
-rw-r--r--files/he/web/html/element/mark/index.html86
1 files changed, 0 insertions, 86 deletions
diff --git a/files/he/web/html/element/mark/index.html b/files/he/web/html/element/mark/index.html
deleted file mode 100644
index bc770a767a..0000000000
--- a/files/he/web/html/element/mark/index.html
+++ /dev/null
@@ -1,86 +0,0 @@
----
-title: '<mark>: תגית לסימון טקסט'
-slug: Web/HTML/Element/mark
-tags:
- - HTML
- - אלמנט
- - הדגשה
- - טקסט
- - מרקר
- - סימון
-translation_of: Web/HTML/Element/mark
----
-<div>{{HTMLRef}}</div>
-
-<p dir="rtl">תגית <strong><code>&lt;mark&gt;</code></strong> משמשת לסימון קטע בתוך טקסט אותו אנו מעוניינים להדגיש.</p>
-
-<div>{{EmbedInteractiveExample("pages/tabbed/mark.html", "tabbed-standard")}}</div>
-
-<p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>
-
-<p> </p>
-
-<table>
- <tbody>
- <tr>
- <th>קטגוריה</th>
- <td>תגיות מסוג Inline</td>
- </tr>
- <tr>
- <th>תוכן מורשה</th>
- <td>
- <p>טקסט, סקריפטים, מספרים, נוסחאות, כותרות, טבלאות, טפסים.</p>
- </td>
- </tr>
- <tr>
- <th>תגיות הורים מורשות</th>
- <td>&lt;abbr&gt;, &lt;audio&gt;, &lt;b&gt;, &lt;bdo&gt;, &lt;br&gt;, &lt;button&gt;, &lt;canvas&gt;, &lt;cite&gt;, &lt;code&gt;, &lt;command&gt;, &lt;data&gt;, &lt;datalist&gt;, &lt;dfn&gt;, &lt;em&gt;, &lt;embed&gt;, &lt;i&gt;, &lt;iframe&gt;, &lt;img&gt;, &lt;input&gt;, &lt;kbd&gt;, &lt;keygen&gt;, &lt;label&gt;, &lt;mark&gt;, &lt;math&gt;, &lt;meter&gt;, &lt;noscript&gt;, &lt;object&gt;, &lt;output&gt;, &lt;progress&gt;, &lt;q&gt;, &lt;ruby&gt;, &lt;samp&gt;, &lt;script&gt;, &lt;select&gt;, &lt;small&gt;, &lt;span&gt;, &lt;strong&gt;, &lt;sub&gt;, &lt;sup&gt;, &lt;svg&gt;, &lt;textarea&gt;, &lt;time&gt;, &lt;var&gt;, &lt;video&gt;, &lt;wbr&gt; </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>&lt;blockquote&gt;
-  It is a period of civil war. Rebel spaceships, striking from a
-  hidden base, have won their first victory against the evil
-  Galactic Empire. During the battle, &lt;mark&gt;Rebel spies managed
-  to steal secret plans&lt;/mark&gt; to the Empire’s ultimate weapon,
-  the DEATH STAR, an armored space station with enough power to
-  destroy an entire planet.
-&lt;/blockquote&gt;
-</pre>
- </dt>
- <dt dir="rtl">
- <h2 dir="rtl" id="דוגמא_-_סימון_תוצאת_חיפוש_בתוך_טקסט">דוגמא - סימון תוצאת חיפוש בתוך טקסט</h2>
-
- <pre>&lt;p&gt;It is a dark time for the Rebellion. Although the Death
-Star has been destroyed, &lt;mark class="match"&gt;Imperial&lt;/mark&gt;
-troops have driven the Rebel forces from their hidden base and
-pursued them across the galaxy.&lt;/p&gt;
-
-&lt;p&gt;Evading the dreaded &lt;mark class="match"&gt;Imperial&lt;/mark&gt;
-Starfleet, a group of freedom fighters led by Luke Skywalker
-has established a new secret base on the remote ice world of
-Hoth.&lt;/p&gt;
-</pre>
- </dt>
-</dl>
-
-<h2 dir="rtl" id="ראה_גם">ראה גם</h2>
-
-<ul>
- <li>{{HTMLElement("blockquote")}}</li>
- <li>{{HTMLElement("b")}}</li>
- <li>{{HTMLElement("hr")}}</li>
-</ul>