HTML Paragraph
The HTML paragraph is a block-level element denoted with the <p> tag and always starts on a new line. This <p> tag helps us divide content into a manageable and readable manner.
Syntax of the HTML paragraph
<p>This is paragraph</p>
There is anoth...
sriparthu1014.hashnode.dev1 min read