Computer Applications
What is the difference between <B> and <BR> tags?
HTML Intro
17 Likes
Answer
<B> tag | <BR> tag |
|---|---|
| This tag is used for making the text bold. | This tag is used to insert a line break. |
| It is a container element. | It is an empty element. |
E.g.<b>This text is bold.</b> | E.g.This is some text <br> on a new line. |
Answered By
4 Likes