paragraph tag in html
Paragraph tag <P>
In HTML document <P> tag indicates paragraphs, starts with the <P> opening tag and end with </P> closing tag, used to add an extra blank line before and after a paragraph.
Example:
<HTML>
<HEAD>
<TITLE>
Line break
</TITLE>
</HEAD>
<BODY>
<P> Para-1Welcome to Alamin Computer Training Center </P>
<P> Para-2 Best Computer Training Center for tech education </P>
</BODY>
</HTML>
0 মন্তব্য(গুলি):
একটি মন্তব্য পোস্ট করুন
Comment below if you have any questions