0
How do we create or implement media query even if HTML is not supporting
designing of web page for mobile phones
1 Respuesta
+ 3
If the browser doesn't support media queries then I am afraid you cant use it.
But however you can use JavaScript to check browser window width and height, then change styles from JavaScript. You can also add or remove external CSS files based on the viewport width and height.
Hope this helps.