How could you add Internet explorer support in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How could you add Internet explorer support in HTML?

...

16th Mar 2022, 7:36 PM
md0
md0 - avatar
4 Answers
+ 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.
16th Mar 2022, 7:48 PM
rafalzacher1
+ 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
17th Mar 2022, 8:26 AM
BroFar
BroFar - avatar
+ 1
What do you mean?
16th Mar 2022, 7:38 PM
Toni Isotalo
Toni Isotalo - avatar
0
By not using things that are not supported by IE? But, why?
16th Mar 2022, 7:43 PM
Simon Sauter
Simon Sauter - avatar