Do we still need to use tags in HTML emails?

前端 未结 2 557
灰色年华
灰色年华 2020-12-13 09:52

I\'m taking over from someone who builds our HTML emails and the templates are filled with font tags. Is this really necessary? I know CSS support isn\'t great in emails, bu

2条回答
  •  独厮守ぢ
    2020-12-13 10:17

    Your assumption is correct. They're unnecessary. Also, technically the tag was deprecated starting with HTML 4, so you might as well remove it for that sake alone.

    If you needed inline css styles on specific text, you would be better of using an inline-styled tag than a tag.

    Campaign Monitor has a great and up-to-date resource on current CSS support in emails.

提交回复
热议问题