distinguish between <P> tag and <BR> tag.
Attachments:
Answers
Answered by
4
<p> tag is paragraph tag and <br>tag is for writing on the next line or changing the cursor to the next line
Answered by
1
To make a paragraph we use <p>tag on HTML. but to break a line, more clearly to create a new line we use <br> tag. <br> tag makes a gap of one line just like the mechanism of enter key in Ms word. But The paragraph tag makes a bigger gap so that you can understand the used syntax is a paragraph
Similar questions