Paragraphs in HTML
The <p> tag in HTML is used to define paragraphs. It helps organize text content on a webpage.
📌 Each <p> tag starts a new paragraph and automatically adds some spacin
Example:
<P> Welcome to the world of HTML </P>
<P> First paragraph.
Text of First paragraph goes here </P>
Attributes of <p> Tag1. Align Text (align)
The align attribute is used to set text alignment inside the paragraph.
📌 Values: left (default), center, right, justify