CBSE Class 10 Computer Applications
Question 160 of 176
HTML I — Basic HTML Elements — Question 33
Back to all questions 33
Question Question 21
Differentiate between <BR> and <P> tag.
<BR> tag | <P> tag |
|---|---|
<BR> tag is a line break tag that is used to end one line and jump to the next line without showing any line in between. | <P> tag is a paragraph tag that is used to define a paragraph of text. |
| It is an empty element. | It is a container element. |