HTML Paragraphs

Paragraphs In HTML :

Paragraphs are explained with the <p> command.

Example:

<p>This is a paragraph</p>
<p>This is another paragraph</p>

Most surfers may exhibit HTML precisely even if you overlook the end command :

Example:

<p>This is a paragraph
<p>This is another paragraph

Line Breaks In HTML :

Use the <br> command if you’ll need a line separate (a new line) without beginning a fresh paragraph:

Example:

<p>This is<br>a para<br>graph with line breaks</p>

The <br> aspect is a clear HTML element. It does not have any end command.
                                                                                                                                      

Tag       description
<p>       Becomes a sentence.
<br>      Inserts an individual line break.

Leave a Reply

Your email address will not be published. Required fields are marked *