Saturday, March 27, 2021

HTML Tutorial | HTML Paragraphs | HTML p tag | What is a paragraph tag



HTML Paragraphs


HTML Paragraphs | w3 coding website
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 .




How To Solve The Poem Problem


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