| HTML Paragraphs |
The HTML <p> </p> Tags defines a paragraph. HTML documents are divided into paragraphs.HTML CODE EXAMPLE : HTML Paragraphs
Note An empty line before and after a paragraph automatically add by browsers .
By the telp of <p> </p> tags you can not write Poem , For writing a poem under HTML page with proper structured spaces and lines, you should use <p> </p> tags
The HTML <pre> </pre> Tags defines a block of pre-formatted text, with structured spaces and lines. To display anything, with right spacing and line-breaks, you must wrap the text in a <pre> </pre> element.
HTML CODE EXAMPLE : HTML <p> </p> Tags