The
paragraph element is used to identify blocks of
paragraph text. The paragraph tag starts and end with
<p>write here content </p>. The closing tag
</p> is optional and is implied by the opening tag of the next HTML element encountered in an HTML document after an opening
<p> tag. BUT most browsers will display HTML correctly even if you forget the end tag.
Some Points -
- The HTML paragraph element should not contain tables and other block elements.
- HTML paragraph is always used 100% width of the parent element.