Is there a website where I can see which HTML 5 tags are supported in in different browsers? And WebGL?

后端 未结 2 1353
粉色の甜心
粉色の甜心 2021-01-03 16:42

I want to make an HTML/Javascript web app. Is there a website where I can compare what webrowser already support the HTML 5 tags? And WebGL?

2条回答
  •  执念已碎
    2021-01-03 16:55

    Yes, there are many. Here are a couple for each:
    (HTML) http://a.deveria.com/caniuse/
    (HTML) http://quirksmode.org/dom/html5.html
    (WebGL) http://wakaba.c3.cx/w/webgl.html
    (WebGL) http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation

    Other posters' answers are also good.

提交回复
热议问题