From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/he/web/html/element/br/index.html | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/he/web/html/element/br/index.html (limited to 'files/he/web/html/element/br/index.html') 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: '
: תגית להורדת שורה' +slug: Web/HTML/Element/br +translation_of: Web/HTML/Element/br +--- +

{{HTMLRef}}

+ +

תגית <br> מבצעת הורדת שורה במסמך ה-HTML. תגית זו שימושית לרוב בכתיבת טקסט שבו חלוקת הרווחים משפיעה על הבנתו: שיר, סיפור קצר או כתובת.

+ +

{{EmbedInteractiveExample("pages/tabbed/br.html", "tabbed-standard")}}

+ + + + + + + + + + + + + + + + + + + + +
קטגוריהתגיות תוכן.
תוכן מורשה +

לא נהוג לסגור תגית זו אך במסמכי XHTML נהוג לכתוב אותה באופן הבא: </ br>

+
תגיות הורים מורשותתגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.
ממשק DOM{{domxref("HTMLBRElement")}}
+ +

תארים

+ +

תגית זו נכללת ברשימת התארים הגלובליים.

+ +
+
+

דוגמא

+ +
Mozilla
+<br>
+331 E. Evelyn Avenue
+<br>
+Mountain View, CA
+<br>
+94041
+<br>
+USA
+<br>
+
+
+
+ +

ראה גם

+ + -- cgit v1.2.3-54-g00ecf