Quote:
Originally Posted by Sly
<br> works fine.
People use other conventions because that's how they learned syntax. Hardly a "sheep" issue. It's a learning/syntax issue.
|
It actually doesn't. Self-closing tags need the / in the tag to signify that they are self-closing. Your HTML may "work" but it doesn't validate, which breaks some things that follow the appropriate spec. Definitely not a style choice -- one is right, and the other is wrong.