How to create HTML mailer
There are two fundamental concepts to keep in mind when creating HTML email:
  1. Use HTML tables to control the design layout and some presentation. You may be used to using pure CSS layouts for your web pages.
  2. Use inline CSS to control other presentation elements within your email, such as background colors and fonts.

You remember a few things at the time of creating HTML email
  • CSS style declarations appear below the body tag, not between the head tags.
  • No CSS shorthand is used: instead of using the abbreviated style rule font: 12px/16px Arial, Helvetica, you should instead break this shorthand into its individual properties: font-family, font-size, and line-height.
  • spans and divs are used sparingly to achieve specific effects, while HTML tables do the bulk of the layout work.
  • CSS style declarations are very basic, and do not make use of any CSS files.
Note:- If you want more information about HTML mailer then you can click this  link https://www.sitepoint.com/how-to-code-html-email-newsletters/

Comments

  1. https://www.facebook.com/Web-World-1571201346516896/?fref=ts

    ReplyDelete
  2. This page is related to WEB WORLD

    ReplyDelete

Post a Comment

Popular posts from this blog

Bootstrap Breakpoints