I notice as I delve deeper into CSS that many property definitions are
redundant between the HTML tags and the CSS properties. I was
wondering if there was a recommended preference as to which to use.
(things such as widths/heights, background colors and images, etc.)
I can see where either or would have benefits depending on how you
wanted to manipulate it, but I can see in some cases where it wouldn't
seem to matter which context you defined it and I was wondering if it
was recommended or preferred to use one or the other or perhaps both?
KL
redundant between the HTML tags and the CSS properties. I was
wondering if there was a recommended preference as to which to use.
(things such as widths/heights, background colors and images, etc.)
I can see where either or would have benefits depending on how you
wanted to manipulate it, but I can see in some cases where it wouldn't
seem to matter which context you defined it and I was wondering if it
was recommended or preferred to use one or the other or perhaps both?
KL
Comment