CSS Naked Day is over now. styles restored.
there’s one thing i learned while having my blog un-styled. i always neglected the usage of the <h> tags, and the <p> tags. somehow it seemed more natural for me to build the whole page using divs. now i know that’s not enough, because a <h> tag denotes a heading, and a <p> tag denotes a paragraph. and if i want to describe the information as such, i have to use those tags.
so i’ll try to improve my weblog in this matter in the near future.