diff options
Diffstat (limited to 'files/he/web/html/element/br/index.html')
-rw-r--r-- | files/he/web/html/element/br/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/files/he/web/html/element/br/index.html b/files/he/web/html/element/br/index.html new file mode 100644 index 0000000000..abdd8960e3 --- /dev/null +++ b/files/he/web/html/element/br/index.html @@ -0,0 +1,62 @@ +--- +title: '<br>: תגית להורדת שורה' +slug: Web/HTML/Element/br +translation_of: Web/HTML/Element/br +--- +<p>{{HTMLRef}}</p> + +<p dir="rtl">תגית <strong><code><br></code></strong> מבצעת הורדת שורה במסמך ה-HTML. תגית זו שימושית לרוב בכתיבת טקסט שבו חלוקת הרווחים משפיעה על הבנתו: שיר, סיפור קצר או כתובת.</p> + +<p>{{EmbedInteractiveExample("pages/tabbed/br.html", "tabbed-standard")}}</p> + +<table> + <tbody> + <tr> + <th>קטגוריה</th> + <td>תגיות תוכן.</td> + </tr> + <tr> + <th>תוכן מורשה</th> + <td> + <p>לא נהוג לסגור תגית זו אך במסמכי XHTML נהוג לכתוב אותה באופן הבא: <strong><code></ br></code></strong></p> + </td> + </tr> + <tr> + <th>תגיות הורים מורשות</th> + <td>תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.</td> + </tr> + <tr> + <th scope="row">ממשק DOM</th> + <td>{{domxref("HTMLBRElement")}}</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>Mozilla +<br> +331 E. Evelyn Avenue +<br> +Mountain View, CA +<br> +94041 +<br> +USA +<br> +</pre> + </dt> +</dl> + +<h2 dir="rtl" id="ראה_גם">ראה גם</h2> + +<ul> + <li>{{HTMLElement("hr")}}</li> + <li>{{HTMLElement("p")}}</li> +</ul> |