Thursday, June 1, 2017

Define about HTML paragraph.

HTML paragraphs are defined with the <p> tag:

Example

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