HTML Paragraph
HTML Paragraph
The HTML <p> tag defines a paragraph.
If you insert space inside HTML paragraph the browser will remove any extra spaces and extra lines when the html page is displayed.
HTML Paragraph
<!DOCTYPE html> <html> <head>HTML Paragraph </head> <body>HTML Paragraph 1
HTML Paragraph 2
HTML Paragraph with space . Text 1. Text 2. Other text.
</body> </html>
Result:
HTML Paragraph 1
HTML Paragraph 2
HTML Paragraph with space . Text 1. Text 2.
Other text.