- 1
How to move to next line in html
html processing
5 Respostas
+ 5
<br /> Tag is used for adding a new line to the html webpage.(/) is optional but I recommend that you should use it.
+ 4
That's why I recommend it.
+ 2
Using <br> tag
+ 2
According to Google's style guide you shouldn't https://google.github.io/styleguide/htmlcssguide.html#Document_Type
But it might be useful to keep it in case you ever migrate to an XHTML project, where the / is mandatory
+ 1
Akash Pal
Why do you recomend putting '/' at the end?