Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS my first HTLM5 website Re: my first HTLM5 website

#89721
standuncan
Member

@krysak4ever

“in HTML5” you do not need to use the space or forward slash on those tags to close them. It’s actually preferred to have an explicit ending (<br>); however since HTML5 is backwards compatible it will accept <br />.

As more engines/browsers upgrade, there will be less backwards compatibility to my understanding and the <br /> could be interpreted as <br></br> which could leave two breaks.