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/hr/index.html | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/he/web/html/element/hr/index.html (limited to 'files/he/web/html/element/hr') diff --git a/files/he/web/html/element/hr/index.html b/files/he/web/html/element/hr/index.html new file mode 100644 index 0000000000..357a5c36c2 --- /dev/null +++ b/files/he/web/html/element/hr/index.html @@ -0,0 +1,74 @@ +--- +title: '
: תגית קו אופקי' +slug: Web/HTML/Element/hr +translation_of: Web/HTML/Element/hr +--- +

{{HTMLRef}}

+ +

תגית <hr> מוסיפה קו אופקי המפריד בין פסקאות טקסט במסמך ה-HTML. זוהי תגית בלוק החוסמת את כל השורה.

+ +

 

+ +

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

+ +

 

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

תגית זו מוסיפה קו בלבד.

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

תארים

+ +

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

+ +
+
+

דוגמא

+ +
<p>
+  This is the first paragraph of text.
+  This is the first paragraph of text.
+  This is the first paragraph of text.
+  This is the first paragraph of text.
+</p>
+
+<hr>
+
+<p>
+  This is the second paragraph.
+  This is the second paragraph.
+  This is the second paragraph.
+  This is the second paragraph.
+</p>
+
+
+
+ +

ראה גם

+ + + +

 

-- cgit v1.2.3-54-g00ecf