0
Is there any solution to make my html5 web page work in unsupported browser?
I am new to website world. Explain in detail. Thank you. wow! no1 asked me till now.
3 Answers
+ 4
The first step to cross browser HTML5 compatibility is to know which elements, properties and features that you plan to use and which browsers you need to support. Once you know these two things you can address each inconsistency either by providing a JavaScript based fallback or graceful degrading.
+ 3
your welcome. hope this helps.
+ 1
thank you so much for the answer.