Which HTML5 tags can I use without worrying about browser compatibility?

后端 未结 6 986
日久生厌
日久生厌 2020-12-22 17:23

I am building a web app for use on PCs. What are the HTML5 tags to stay away from to prevent compatibility issues with Browsers like IE8 and above?

Note: Most questi

6条回答
  •  半阙折子戏
    2020-12-22 17:39

    Write HTML 5 like you normally would and use Shims to ensure compatibility with older browsers. You only need to be careful with Javascript APIs really, because those are hardly shim-able. If you're trying to stick to baseline HTML 4 for compatibility, there's no point in using HTML 5.

提交回复
热议问题