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/ins/index.html | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/he/web/html/element/ins/index.html (limited to 'files/he/web/html/element/ins/index.html') diff --git a/files/he/web/html/element/ins/index.html b/files/he/web/html/element/ins/index.html new file mode 100644 index 0000000000..b59cc0ce4d --- /dev/null +++ b/files/he/web/html/element/ins/index.html @@ -0,0 +1,58 @@ +--- +title: +slug: Web/HTML/Element/ins +translation_of: Web/HTML/Element/ins +--- +
{{HTMLRef}}
+ +

תגית <ins> מציגה פסקה / קטע טקסט חדש שהוכנס למסמך. 

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

 

+ + + + + + + + + + + + + + + + +
קטגוריהתגיות לסימון שינויים
תגיות הורים מורשות<abbr>, <audio>, <b>, <bdo>, <br>, <button>, <canvas>, <cite>, <code>, <command>, <data>, <datalist>, <dfn>, <em>, <embed>, <i>, <iframe>, <img>, <input>, <kbd>, <keygen>, <label>, <mark>, <math>, <meter>, <noscript>, <object>, <output>, <progress>, <q>, <ruby>, <samp>, <script>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <svg>, <textarea>, <time>, <var>, <video>, <wbr>
ממשק DOM{{domxref("HTMLParagraphElement")}}
+ +

תארים

+ +

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

+ +

{{htmlattrdef("cite")}} - תכונה זו מציגה את המקור או הסיבה לביצוע השינוי.

+ +

datetime - תכונה זו מציגה את התאריך והשעה וחייבת להיות לפי הפורמטים הבאים:
+ * שעון 24 שעות.
+ * תאריך מדוייק על פי הלוח השנה הגרגוריאני.
+ * פרק זמן חוקי.

+ +
+
+

דוגמא

+ +
<ins>This text has been inserted</ins>
+
+
+
+ +

ראה גם

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