My teacher wants to me give a speech about html5test.com. I know it's a test about how your browser supports html5. I got the source code on github, but I just can't understand it. How can I use html5test in my own code programming?
Asked
Active
Viewed 214 times
1 Answers
0
Well, they test for support of the HTML features (or APIs) in your browser, and scores your browser according to that.
To use something like that in your own project, you can check out Modernizr. It's much more simpler, and has more features.

Siddharth Gupta
- 897
- 5
- 20
-
you mean I can't use html5test in my own project? but my teacher wants me to do that – user2082260 Feb 18 '13 at 08:21