aboutsummaryrefslogtreecommitdiff
path: root/files/he/web/html/element/p/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/he/web/html/element/p/index.html')
-rw-r--r--files/he/web/html/element/p/index.html74
1 files changed, 0 insertions, 74 deletions
diff --git a/files/he/web/html/element/p/index.html b/files/he/web/html/element/p/index.html
deleted file mode 100644
index 6f694e9c8e..0000000000
--- a/files/he/web/html/element/p/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: '<p>: תגית פסקה'
-slug: Web/HTML/Element/p
-tags:
- - Element
- - HTML
- - Tags
- - פסקה
- - תגיות
-translation_of: Web/HTML/Element/p
----
-<div>{{HTMLRef}}</div>
-
-<p dir="rtl">תגית <strong><code>&lt;p&gt;</code></strong> מציגה פסקת טקסט במסמך ה-HTML. זוהי תגית בלוק החוסמת את כל השורה.</p>
-
-<div>{{EmbedInteractiveExample("pages/tabbed/p.html", "tabbed-standard")}}</div>
-
-<p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>
-
-<p> </p>
-
-<table>
- <tbody>
- <tr>
- <th>קטגוריה</th>
- <td>תגיות בלוק.</td>
- </tr>
- <tr>
- <th>תוכן מורשה</th>
- <td>
- <p>טקסט, סקריפטים, קנבס, קובצי שמע וסרטונים, מספרים, נוסחאות, כותרות, טבלאות, טפסים.</p>
- </td>
- </tr>
- <tr>
- <th>תגיות הורים מורשות</th>
- <td>תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.</td>
- </tr>
- <tr>
- <th scope="row">ממשק DOM</th>
- <td>{{domxref("HTMLParagraphElement")}}</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>
-
-<dl>
- <dt dir="rtl">
- <h2 dir="rtl" id="דוגמא">דוגמא</h2>
-
- <pre>&lt;p&gt;
-  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.
-&lt;/p&gt;
-&lt;p&gt;
-  This is the second paragraph.
-  This is the second paragraph.
-  This is the second paragraph.
-  This is the second paragraph.
-&lt;/p&gt;
-</pre>
- </dt>
-</dl>
-
-<h2 dir="rtl" id="ראה_גם">ראה גם</h2>
-
-<ul>
- <li>{{HTMLElement("hr")}}</li>
- <li>{{HTMLElement("br")}}</li>
-</ul>