diff options
Diffstat (limited to 'files/he/web/html/element/figcaption/index.html')
| -rw-r--r-- | files/he/web/html/element/figcaption/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/files/he/web/html/element/figcaption/index.html b/files/he/web/html/element/figcaption/index.html new file mode 100644 index 0000000000..08024d0505 --- /dev/null +++ b/files/he/web/html/element/figcaption/index.html @@ -0,0 +1,67 @@ +--- +title: '<figcaption>: כותרת לאלמנט Figure' +slug: Web/HTML/Element/figcaption +translation_of: Web/HTML/Element/figcaption +--- +<div>{{HTMLRef}}</div> + +<p dir="rtl">תגית <strong><code><figcaption></code></strong> היא תגית המייצגת כותרת או טקסט לאלמנט האב שלו תגית <a href="/he/docs/Web/HTML/Element/figure"><figure></a>.</p> + +<div>{{EmbedInteractiveExample("pages/tabbed/figcaption.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>תגיות להזנת תוכן.</td> + </tr> + <tr> + <th>תוכן מורשה</th> + <td> + <p>טקסט ומספרים.</p> + </td> + </tr> + <tr> + <th>תגיות הורים מורשות</th> + <td>תגית זו מורשת להופיע בגוף המסמך אך חייבת להיות כפופה אל תגית {{HTMLElement("figure")}}.</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> + + + <figure> + <pre class="brush: html"><!-- Image with a caption --> +<figure> + <img + src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" + alt="A robotic monster over the letters MDN."> + <figcaption>MDN Logo</figcaption> +</figure> +</pre> + + <p> </p> + </figure> + </dt> +</dl> + +<h2 dir="rtl" id="ראה_גם">ראה גם</h2> + +<ul> + <li>{{HTMLElement("figure")}}</li> +</ul> |
