HTML paragraph tag
Paragraph tag is used to write lines of text content about some object in html. This tag always keep space above and below the whole text content.
paragraph tag (<p> </p>) syntex
<p> Programming duniya is a new way to learn programming with daily life examples. From Here you can get new and easy way of programming concept. We try to give you all basic things that may help you to imporve your programming concept. So that you can be passionate about programming.It is our first step for this task. We need your support and suggestion to make this best in the world. </p>
Click to practice online example Align property with paragraph
this property is used to managed paragraph content in different alignment styles.
Syntex <p align="type of alignment"> </p>
We can assign three values left,right,center.
Syntex <p align="type of alignment"> </p>
We can assign three values left,right,center.
<p align="center"> Programming duniya is a new way to learn programming with daily life examples. From Here you can get new and easy way of programming concept. We try to give you all basic things that may help you to imporve your programming concept. So that you can be passionate about programming.It is our first step for this task. We need your support and suggestion to make this best in the world. </p>
Click to practice online example
Cool website and a good overview of the HTML paragraph tag. You should talk about how the difference of block and inline elements to show why the paragraph is different from other text elements.
ReplyDelete