diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/he/web/html/element/hgroup | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/he/web/html/element/hgroup')
-rw-r--r-- | files/he/web/html/element/hgroup/index.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/files/he/web/html/element/hgroup/index.html b/files/he/web/html/element/hgroup/index.html new file mode 100644 index 0000000000..bd21a55ff9 --- /dev/null +++ b/files/he/web/html/element/hgroup/index.html @@ -0,0 +1,69 @@ +--- +title: '<hgroup>: תגית לאיגוד כותרות' +slug: Web/HTML/Element/hgroup +translation_of: Web/HTML/Element/hgroup +--- +<div>{{HTMLRef}}</div> + +<p dir="rtl">תגית <strong><code><hgroup></code></strong> מאגדת בתוכה מספר כותרות <strong><code><h1></code></strong> עד <strong><code><h6></code></strong> ונועדה כדי ליצור כותרות משנה.</p> + +<div>{{EmbedInteractiveExample("pages/tabbed/hgroup.html", "tabbed-standard")}}</div> + + + +<p> </p> + +<table> + <tbody> + <tr> + <th>קטגוריה</th> + <td>תגיות לארגון תוכן.</td> + </tr> + <tr> + <th>תוכן מורשה</th> + <td>{{HTMLElement("h1")}}<br> + {{HTMLElement("h2")}}<br> + {{HTMLElement("h3")}}<br> + {{HTMLElement("h4")}}<br> + {{HTMLElement("h5")}}<br> + {{HTMLElement("h6")}}</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><hgroup id="document-title"> + <h1>HTML</h1> + <h2>Living Standard — Last Updated 12 August 2016</h2> +</hgroup></pre> + </dt> +</dl> + +<h2 dir="rtl" id="ראה_גם">ראה גם</h2> + +<ul> + <li>{{HTMLElement("h1")}}</li> + <li>{{HTMLElement("h2")}}</li> + <li>{{HTMLElement("h3")}}</li> + <li>{{HTMLElement("h4")}}</li> + <li>{{HTMLElement("h5")}}</li> + <li>{{HTMLElement("h6")}}</li> + <li>{{HTMLElement("p")}}</li> +</ul> + +<p> </p> |