How to detect HTML 5 compatibility in browser

后端 未结 7 1078
鱼传尺愫
鱼传尺愫 2020-11-29 03:59

What is the best way to detect browser compatibility for HTML 5 syntax? And prompt the user if the browser is not compatible?

I understand the tutorial which shows h

7条回答
  •  迷失自我
    2020-11-29 04:42

    I would suggest you can try using .
    Any text written inside the between and will be displayed in browsers that do not support the tag.
    Since the audio tag is newly added in HTML5.

提交回复
热议问题