View Single Post
Old Oct 1st, 2007, 1:03 AM   #2
MiKuS
Hobbyist Programmer
 
Join Date: Jun 2007
Posts: 136
Rep Power: 2 MiKuS is on a distinguished road
I didn't know this either.

I'm going to say if it works don't change it. I close all my tags because if they didn't need to be closed, there would be no closing tags, or the tag would be self closing
(<br />, <hr />. Although it's good practice to write these tags as <hr /> you can write them like <br> and <hr>)
I guess do whatever works.
MiKuS is offline   Reply With Quote