Home › Forums › CSS › Image seperator in splitted unordered list css › Reply To: Image seperator in splitted unordered list css
August 18, 2013 at 7:35 am
#147258
Participant
Besides LI there are number of other tags which don’t require closing tags for this to validate unless you use xhtml in your doc type. I think people doing it to shed some page weight but it’s a bad practice to leave it up to the browser to decide where the tags should end. Besides that, there are many other elements that do require closing tags and how are you going to memorize all that if the following tag does require previous element closing tag