How can I make a website mobile friendly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How can I make a website mobile friendly?

24th Jun 2019, 9:44 AM
Nerderkips
Nerderkips - avatar
5 Answers
24th Jun 2019, 4:12 PM
Ayan Fox
Ayan Fox - avatar
+ 8
One options is to create a version of your website specifically for mobile users. You can use JavaScript to detect if a user is using a mobile and respond accordingly. (Redirecting the user to your mobile site for example) See: https://www.w3schools.com/jsref/prop_nav_useragent.asp Another option would be to use responsive design using CSS. This way you only have one site to worry about, the CSS picks the appropriate elements to resize based on rules you specify. See: https://internetingishard.com/html-and-css/responsive-design/
24th Jun 2019, 10:16 AM
jay
jay - avatar
+ 4
jay Thank you.
24th Jun 2019, 10:20 AM
Nerderkips
Nerderkips - avatar
+ 4
✅It think you mean by mobile friendly. ✅You can make responsive website . That means you can adjust your website enlarge or the way it looks in different devices such as mobile phone, desktop computer or tablet. That helps you to make a good professional website. ✅You can look at codecademy responsive web design course. 🔻https://www.codecademy.com/learn/learn-responsive-design I hope this help you 🌸🌸🌸🌸🌸🌸🌸🌸
25th Jun 2019, 3:05 PM
Nithya Yamasinghe
Nithya Yamasinghe - avatar
+ 1
Bootstrap or w3.css
26th Jun 2019, 4:41 AM
Christian Paez
Christian Paez - avatar