Is there a html conditional statement for everything not Outlook?

后端 未结 7 1611
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 10:52

I found a snippet of code that allows me to target clients that have outlook 2007 or higher.

Is there an

7条回答
  •  野性不改
    2021-01-30 11:20

    Microsoft defines a way to write conditional HTML that will be revealed in those clients that don't understand Microsoft's proprietary "conditional comments":

    HTML meant for non-Outlook clients

    They call it a "downlevel-revealed conditional comment", though it's not actually a comment at all, since comments start with

    热议问题