I'm writing a single HTML snippet that needs to be inserted into more than one CMS platform. As such I don't know ahead of time what CSS properties will be applied to the various tags in my HTML from the CMS's stylesheets.
Is there some way I can use inline styles in the HTML to tell it to ignore/reset ALL declared styles from the stylesheet that are applied at a tag level?
If I can't use inline styles to do this, can it be done with an external stylesheet?