What is HTML paragraph || How to add HTML paragraph in html web page

Html paragraph is an important part of learning html. Paragraph defines <p> tag in an html page or html web page.
Examples:
<p>This is a paragraph in html page</p>
<p>This is another paragraph in html page</p>

N: B:  The web browser automatically shows space in after and before paragraph.

Don't forget the end tag of the paragraph in html web page: 
Most web browsers show legacy HTML code. If you forgot the end tag of any element, the element does not display in the web browser.


HTML line Breaks:  Use the <br> tag if you want a line break without starting a new paragraph.

Examples:
<p>This is<br>a para<br>graph with line breaks</p>
Next Post Previous Post
No Comment
Add Comment
comment url