diff options
Diffstat (limited to 'files/he/web/html/element/mark')
-rw-r--r-- | files/he/web/html/element/mark/index.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/files/he/web/html/element/mark/index.html b/files/he/web/html/element/mark/index.html new file mode 100644 index 0000000000..bc770a767a --- /dev/null +++ b/files/he/web/html/element/mark/index.html @@ -0,0 +1,86 @@ +--- +title: '<mark>: תגית לסימון טקסט' +slug: Web/HTML/Element/mark +tags: + - HTML + - אלמנט + - הדגשה + - טקסט + - מרקר + - סימון +translation_of: Web/HTML/Element/mark +--- +<div>{{HTMLRef}}</div> + +<p dir="rtl">תגית <strong><code><mark></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><abbr>, <audio>, <b>, <bdo>, <br>, <button>, <canvas>, <cite>, <code>, <command>, <data>, <datalist>, <dfn>, <em>, <embed>, <i>, <iframe>, <img>, <input>, <kbd>, <keygen>, <label>, <mark>, <math>, <meter>, <noscript>, <object>, <output>, <progress>, <q>, <ruby>, <samp>, <script>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <svg>, <textarea>, <time>, <var>, <video>, <wbr> </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><blockquote> + 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, <mark>Rebel spies managed + to steal secret plans</mark> to the Empire’s ultimate weapon, + the DEATH STAR, an armored space station with enough power to + destroy an entire planet. +</blockquote> +</pre> + </dt> + <dt dir="rtl"> + <h2 dir="rtl" id="דוגמא_-_סימון_תוצאת_חיפוש_בתוך_טקסט">דוגמא - סימון תוצאת חיפוש בתוך טקסט</h2> + + <pre><p>It is a dark time for the Rebellion. Although the Death +Star has been destroyed, <mark class="match">Imperial</mark> +troops have driven the Rebel forces from their hidden base and +pursued them across the galaxy.</p> + +<p>Evading the dreaded <mark class="match">Imperial</mark> +Starfleet, a group of freedom fighters led by Luke Skywalker +has established a new secret base on the remote ice world of +Hoth.</p> +</pre> + </dt> +</dl> + +<h2 dir="rtl" id="ראה_גם">ראה גם</h2> + +<ul> + <li>{{HTMLElement("blockquote")}}</li> + <li>{{HTMLElement("b")}}</li> + <li>{{HTMLElement("hr")}}</li> +</ul> |