0
Why do use<p>
4 Answers
+ 11
The <p> tag is used to define a paragraph.
Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties).
+ 4
Please refer the course first
0
it is used to write paragraph
0
Using <p> tags allows you to format your text more easily than simply writing it without tags, because they can be selected in CSS--you will learn more about it as you come across CSS.