How to know particular HTML tags or JavaScript code support in a particular browser or not?
First of all we need to go to caniuse.com After open this website you have to search term which you want to check it will support in particular browser or not. For example if you want search for if else statement. Here, in above example you can see the supported browser list with green background. […]
