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/section/index.html | 67 ---------------------------- 1 file changed, 67 deletions(-) delete mode 100644 files/he/web/html/element/section/index.html (limited to 'files/he/web/html/element/section') diff --git a/files/he/web/html/element/section/index.html b/files/he/web/html/element/section/index.html deleted file mode 100644 index 592b45e0dd..0000000000 --- a/files/he/web/html/element/section/index.html +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: '
: תגית לסימון איזור כללי' -slug: Web/HTML/Element/section -translation_of: Web/HTML/Element/section ---- -
{{HTMLRef}}
- -

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

- -
{{EmbedInteractiveExample("pages/tabbed/section.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>

-
תגיות הורים מורשות<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>
-  
ממשק DOM{{domxref("HTMLElement")}}
- -

תארים

- -

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

- -
-
-

דוגמא - כותרת ופסקה

- -
<section>
-  <h1>Heading</h1>
-  <p>Bunch of awesome content</p>
-</section>
- -

דוגמא - כותרת ותמונה

- -
<section>
-  <h2>Heading</h2>
-  <img src="bird.jpg" alt="bird">
-</section>
-
-
- -

ראה גם

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