Computer Science, asked by GajendraParmar, 1 year ago

what is the difference between break tag and paragraph tag

Answers

Answered by Johanzx123
40
Break tag is just same as pressing the enter key.It changes the line....whereas paragraph tag is used incase while we are writing a paragraph.


hope this may help u
Answered by rishitverma00
34
<BR> tag is an empty element that is used to breaka line and display the proceeding text from the next line, without giving any space between two lines. It has no attribute . E.g- You are your biggest critic <BR> Anonymous . The <p> tag denotes a paragraph and ends with a </p>.
Similar questions