From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/he/web/html/element/article/index.html | 102 --------------------------- 1 file changed, 102 deletions(-) delete mode 100644 files/he/web/html/element/article/index.html (limited to 'files/he/web/html/element/article/index.html') diff --git a/files/he/web/html/element/article/index.html b/files/he/web/html/element/article/index.html deleted file mode 100644 index f58e278fc5..0000000000 --- a/files/he/web/html/element/article/index.html +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: '
: תגית לסימון אזור תוכן' -slug: Web/HTML/Element/article -translation_of: Web/HTML/Element/article ---- -
{{HTMLRef}}
- -

תגית <article> הינה עצמאית ומגדירה אזור תוכן במסמך ה-HTML.
- התוכן שיוזן בין התגיות עשוי להיות כתבה, מאמר, תגובה או הודעה.

- -

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

- - - - - - - - - - - - - - - - - - - - -
קטגוריהתגיות לארגון תוכן.
תוכן מורשה -

<a>, <abbr>, <address>, <article>, <aside>, <audio>, <b>,<bdo>, <bdi>, <blockquote>, <br>, <button>, <canvas>, <cite>, <code>, <command>, <data>, <datalist>, <del>, <details>, <dfn>, <div>, <dl>, <em>, <embed>, <fieldset>, <figure>, <footer>, <form>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <header>, <hgroup>, <hr>, <i>, <iframe>, <img>, <input>, <ins>, <kbd>, <keygen>, <label>, <main>, <map>, <mark>, <math>, <menu>, <meter>, <nav>, <noscript>, <object>, <ol>, <output>, <p>, <pre>, <progress>, <q>, <ruby>, <s>, <samp>, <script>, <section>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <svg>, <table>, <template>, <textarea>, <time>, <ul>, <var>, <video>, <wbr>.

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

תארים

- -

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

- -
-
-

דוגמא

- -
<article class="film_review">
-  <header>
-    <h2>Jurassic Park</h2>
-  </header>
-  <section class="main_review">
-    <p>Dinos were great!</p>
-  </section>
-  <section class="user_reviews">
-    <article class="user_review">
-      <p>Way too scary for me.</p>
-      <footer>
-        <p>
-          Posted on
-          <time datetime="2015-05-16 19:00">May 16</time>
-          by Lisa.
-        </p>
-      </footer>
-    </article>
-    <article class="user_review">
-      <p>I agree, dinos are my favorite.</p>
-      <footer>
-        <p>
-          Posted on
-          <time datetime="2015-05-17 19:00">May 17</time>
-          by Tom.
-        </p>
-      </footer>
-    </article>
-  </section>
-  <footer>
-    <p>
-      Posted on
-      <time datetime="2015-05-15 19:00">May 15</time>
-      by Staff.
-    </p>
-  </footer>
-</article>
-
-
-
- -

הערות

- - - -

ראה גם

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