Computer Applications

Differentiate between <BR> and <P> tag.

HTML Intro

9 Likes

Answer

<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.

Answered By

4 Likes


Related Questions