+ 1
<br> also works the same as <br/>?
3 Answers
+ 16
Harsh K Yes
You can use HTML br tag two ways: <br> or <br/>. It is recommended to use closed br tag <br/> because it is supported in HTML and XHTML both.
</br>â¨it means both of break line and new line
<br>â¨HTML <br> tag or element is used to break line in a paragraph.
+ 1
Yes, both are the same.
+ 1
Yes they are the same