The HTML tag that creates a new line in a webpage. Same as the <br> code. Multiple <br /> tags used after one another will create empty spaces rather than simple linebreaks.
In a web page's HTML code, this (excluding dashes):
--
Hello <br /> World
--
Will appear as this when viewed in a web browser:
--
Hello
World
--
60👍 24👎