Hey , I have a doubt, how can i make my web page compatible with all devices? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hey , I have a doubt, how can i make my web page compatible with all devices?

8th Jun 2019, 11:58 PM
Captain Cat
Captain Cat - avatar
2 Answers
+ 4
If your definition of "compatible" equals to usability, then you'll be interested with the concept of Responsive Web Design (RWD). It means the web content flows like fluid around its container (browser/viewport) without a predefined size constraint. 😉
9th Jun 2019, 1:41 AM
Zephyr Koo
Zephyr Koo - avatar
+ 3
<meta name="viewport" content="width=device-width, initial-scale=1"> Check this : https://www.w3schools.com/css/css_rwd_viewport.asp
9th Jun 2019, 1:17 AM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar