I made a website in HTML5 but there are some elements not working in IE9 and Lower versions. I installed HTML5SHIV and Modernizer it fixed some issues but still some elements like <input type="email">
are not working.
Please suggest me some way to resolve it.
It is handy to use Can I use to detect what features are supported by a particular browser. As for resolving - for not supported features you have whether to ignore unsupported browsers or build replacement (polyfill) by your hands or using libraries, with JavaScript.