diff options
Diffstat (limited to 'files/he/web/html/element/time/index.html')
-rw-r--r-- | files/he/web/html/element/time/index.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/files/he/web/html/element/time/index.html b/files/he/web/html/element/time/index.html deleted file mode 100644 index 8e00e97810..0000000000 --- a/files/he/web/html/element/time/index.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: '<time>: תגית להגדרת תאריך לתוכן שנכתב' -slug: Web/HTML/Element/time -translation_of: Web/HTML/Element/time ---- -<div>{{HTMLRef}}</div> - -<p dir="rtl">תגית <strong><code><time></code></strong> משמשת להגדרת תאריך / שעה לתוכן שנכתב.</p> - -<p>{{EmbedInteractiveExample("pages/tabbed/time.html", "tabbed-standard")}}</p> - -<table> - <tbody> - <tr> - <th>קטגוריה</th> - <td>תגיות מסוג Inline.</td> - </tr> - <tr> - <th>תוכן מורשה</th> - <td> - <p><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> </p> - </td> - </tr> - <tr> - <th>תגיות הורים מורשות</th> - <td><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> </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> - -<p dir="rtl">{{htmlattrdef("datetime")}} - תכונה זו מציגה את התאריך והשעה וחייבת להיות לפי הפורמטים הבאים:<br> - * שעון 24 שעות.<br> - * תאריך מדוייק על פי הלוח השנה הגרגוריאני.<br> - * פרק זמן חוקי.</p> - -<table class="standard-table"> - <tbody> - <tr> - <td><strong>כתיבת תאריך מלא:</strong><br> - 2011-11-18</td> - <td><strong>כתיבת חודש:</strong><br> - 2011-11</td> - <td><strong>כתיבת שנה:</strong><br> - 2011</td> - </tr> - <tr> - <td><strong>כתיבת שעה:</strong><br> - 14:54<br> - 14:54:39<br> - 14:54:39.929</td> - <td><strong>כתיבת שבועות ושנה:</strong><br> - 2011-W47</td> - <td><strong>כתיבת חודש ויום בלבד:</strong><br> - 11-18</td> - </tr> - <tr> - <td><strong>תאריך ושעה גלובלים:</strong><br> - 2011-11-18 14:54:39.929-0400</td> - <td><strong>תאריך ושעה מקומיים:</strong><br> - 2011-11-18 14:54:39.929<br> - </td> - <td> </td> - </tr> - </tbody> -</table> - -<dl> - <dt dir="rtl"> - <h2 dir="rtl" id="דוגמא_-_שימוש_בתגית_עם_פרק_זמן_פשוט">דוגמא - שימוש בתגית עם פרק זמן פשוט</h2> - - <pre><p>The concert starts at <time>20:00</time>.</p> -</pre> - - <h2 dir="rtl" id="דוגמא_-_שימוש_בתגית_עם_datatime">דוגמא - שימוש בתגית עם datatime</h2> - - <pre><p>The concert took place on <time - datetime="2001-05-15T19:00">May 15</time>.</p></pre> - </dt> -</dl> - -<h2 dir="rtl" id="ראה_גם">ראה גם</h2> - -<ul> - <li>{{HTMLElement("data")}}</li> -</ul> |