Re: Identifying end tags

i have to point my finger on an aspect that is important when dealing with
webDesign principles: page weight.
Page Weight comes before code readability.
i.e. you build a webPage. its code doesnt have to be readable as much as he
has to be low weight.
classes, id's, js functions names etc has to be very short, 1-3 letters
long. (look at yahoo's page source for example)

so adding end tags is bad idea from that aspect.

learning to work with structure as *Sebastian Redl* suggested above is the
right approuch and way of work.

Received on Saturday, 24 June 2006 22:45:54 UTC