Some CSS properties and techniques should be avoided due to inconsistent support:
- Positioning: Avoid using `position: absolute` or `position: fixed`. - JavaScript: Most email clients do not support JavaScript for security reasons. - External Stylesheets: Inline CSS is preferred as external stylesheets are often stripped out. - Complex Selectors: Stick to simple selectors and avoid descendant selectors.