+ 1
can we use break tag as </br>??
11 Respuestas
+ 2
Nope you dont need an end tag. <br> is a void element and requires no Ending tag to break spaces.
+ 1
<br> tag is an empty HTML element. Means that it do not surround any content within it and do not need a closing tag. However, in some cases, you should close all HTML tags, for example, when you write an XML document.
0
thank you Azwan Abdullah.👍
0
A forward slash in front of a tagname indicates that it is a closing tag. To add a new line without adding new paragraph, you can use <br> tag and if you want to close the tag, then you can use <br />
0
yup its true..
0
You're welcome 👌
0
no
0
but you can use <br></br> or just <br>
0
no
0
there is no end tag for br
0
no