Skip to content

Instantly share code, notes, and snippets.

@forethoughtde
Last active April 6, 2017 14:55
Show Gist options
  • Save forethoughtde/8da2ec8a3bce5d503ea765580b8d1d40 to your computer and use it in GitHub Desktop.
Save forethoughtde/8da2ec8a3bce5d503ea765580b8d1d40 to your computer and use it in GitHub Desktop.
Checklist for Email Newsletter
  1. HTML should be properly closed and valid HTML documents. Validate the document in https://validator.w3.org/
  2. Have comments for opening and closing of the block.
  3. Do not add extra CSS like margin-top
  4. Copying and pasting; remove extra - from the HTML document
  5. Check for <sup></sup>s
  6. <br />should be used instead of <br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment