Html – Why is “<br />” showing up in my <p> and not making a new line?
When I add <br /> to a <p> in HTML, it doesn’t make a new line but shows “<br />”. Here’s any example of what it shows: Hello <br /> World BTW I’m using Handlebars. I have my HTML like…