<!-- Why coding HTML for Email is different from web coding -->
Using inline CSS changes everything with how the HTML code is formatted & does not appear to be the cleanest code at times...
<!-- What concepts help coders work around the limitations of HTMl in Emails? -- >
Concepts such as using tables to format the email so that the page will render in the various types of browsers, and the use of inline css styles within the html to style the page helps coders work around those cross-compatibility issues with browsers.