According to Wikipedia: a paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. The start of a paragraph is indicated by beginning on a new line. Sometimes the first line is indented; sometimes it is indented without beginning a new line.
A paragraph typically consists of a unifying main point, thought, or idea accompanied by supporting details. The non-fiction paragraph usually begins with the general and moves towards the more specific so as to advance an argument or point of view. Each paragraph builds on what came before and lays the ground or run the length of multiple pages, and may consist of one or many sentences. When dialogue is being quoted in fiction, a new paragraph is used each time the person being quoted changed.
In (X)HTML, the p element marks a block of text as a paragraph – the opening tag <p> marks the beginning of a paragraph, and the closing tag </p> marks the end of a paragraph. The end tag is optional for legacy HTML as the browser automatically starts another paragraph at the next <p> tag, or the nextblock element.
