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>Attributes of <p> Tag
<P> First paragraph.
Text of First paragraph goes here </P>
1. Align Text (align)
The align attribute is used to set text alignment inside the paragraph.
📌 Values: left (default), center, right, justify
Qus. 1 : Among the following, which is the HTML paragraph tag?
- <p>
- <pre>
- <hr>
- <a>
- <b>
- <br>
- <em>
- <blank>
- Line Break
- Horizontal row
- Heading
- Underline