--- title: '

: תגית פסקה' slug: Web/HTML/Element/p tags: - Element - HTML - Tags - פסקה - תגיות translation_of: Web/HTML/Element/p ---

{{HTMLRef}}

תגית <p> מציגה פסקת טקסט במסמך ה-HTML. זוהי תגית בלוק החוסמת את כל השורה.

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

 

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

טקסט, סקריפטים, קנבס, קובצי שמע וסרטונים, מספרים, נוסחאות, כותרות, טבלאות, טפסים.

תגיות הורים מורשות תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{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>

ראה גם