0

Why do use<p>

21st Jul 2017, 11:34 AM
Raja Raj
Raja Raj - avatar
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).
21st Jul 2017, 11:42 AM
Dev
Dev - avatar
+ 4
Please refer the course first
21st Jul 2017, 12:15 PM
Sachin Artani
Sachin Artani - avatar
0
it is used to write paragraph
21st Jul 2017, 1:20 PM
ch.chitti srilakshmi
ch.chitti srilakshmi - avatar
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.
21st Jul 2017, 2:39 PM
James
James - avatar