--- title: '
: תגית פסקה' slug: Web/HTML/Element/p tags: - Element - HTML - Tags - פסקה - תגיות translation_of: Web/HTML/Element/p ---
תגית <p>
מציגה פסקת טקסט במסמך ה-HTML. זוהי תגית בלוק החוסמת את כל השורה.
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 https://github.com/mdn/interactive-examples and send us a pull request.
קטגוריה | תגיות בלוק. |
---|---|
תוכן מורשה |
טקסט, סקריפטים, קנבס, קובצי שמע וסרטונים, מספרים, נוסחאות, כותרות, טבלאות, טפסים. |
תגיות הורים מורשות | תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}. |
ממשק DOM | {{domxref("HTMLParagraphElement")}} |
תגית זו נכללת ברשימת התארים הגלובליים.
<p> 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. </p> <p> This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. </p>