I'm working on a big web-app where most elements are inherting CSS from an external CSS file.
I have a particular Table element that needs to completely ignore all CSS inheritance and just be a virgin Table (in terms of appearance).
I know the Class attribute is where you specify what CSS class definition you want to apply. However, I would prefer to not overwrite the inheritance, but ignore it all together.
Is there a way, through the Class attribute or another means, to reset my Table to default appearance (as in no CSS)?
I have a particular Table element that needs to completely ignore all CSS inheritance and just be a virgin Table (in terms of appearance).
I know the Class attribute is where you specify what CSS class definition you want to apply. However, I would prefer to not overwrite the inheritance, but ignore it all together.
Is there a way, through the Class attribute or another means, to reset my Table to default appearance (as in no CSS)?
Comment