Paragraph
Noun · Development
Definitions
In markup and text processing, a block-level element representing a self-contained unit of text, typically separated by blank lines. In HTML it is the <p> tag; in Markdown, any text block separated by a blank line becomes a paragraph.
In plain English: A chunk of text that stands on its own, separated from other chunks by blank lines — the basic building block of written content on the web.
Example: "The renderer wraps every double-newline-separated block in a <p> tag automatically."