+ 6
How can I make a website mobile friendly?
5 Answers
+ 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/
+ 4
jay
Thank you.
+ 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
đ¸đ¸đ¸đ¸đ¸đ¸đ¸đ¸
+ 1
Bootstrap or w3.css