0
How could you add Internet explorer support in HTML?
...
4 Réponses
+ 3
Use this website https://caniuse.com/ and search each element you would like to use, scroll down and it'll show you which browser supports that specific element.
+ 3
md0 There are adaptations in meta tags for Internet Explorer that you place in between the head opening and closing tag as well as in css there are modifications for Internet Explorer .. There is also certain JavaScript modifications that can be applied.
You will have to do a bit of research via Googling for specific details ..
You will have to do a little research
+ 1
What do you mean?
0
By not using things that are not supported by IE?
But, why?