0

I have seen so many different ways to break row in html. I'm using <br /> and it works fine.

What is the correct use of <br /> as for now?

Christophvh
  • 12,586
  • 7
  • 48
  • 70
Niv Apo
  • 983
  • 1
  • 9
  • 18
  • Read about it here https://developer.mozilla.org/en/docs/Web/HTML/Element/br – Pugazh May 20 '16 at 10:54
  • Background here: http://stackoverflow.com/questions/3558119/are-self-closing-tags-valid-in-html5 `certain elements are designated as having no end tag, for example
    . These are collectively called void elements. The slash is just syntactic sugar for people who are addicted to XML.`
    – Pekka May 20 '16 at 11:47

1 Answers1

0

<br> is correct way to implement for line break if you are using for address and paragraph purpose.

Ajinkya
  • 83
  • 9