HTML – 4 Paragraph, Preformatted text and Line Break
Very important text elements
- represents a text paragraph
- starts in a new line with a small space above
- the browser will remove the extra spaces and lines
add a br to the paragraph
- Line break br/ adds a line break, new line.
add a pre element and write the above text in p without the breaks.
represents a preformatted text
the text will be shown in the browser as written in the HTML filee