How to create different webpage for different agents like android, pc, console! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create different webpage for different agents like android, pc, console!

I recently made my own website, i looks good in android phones but when i open it on pc it looks quite small and uncool!

27th Oct 2017, 6:10 AM
Yash Chaudhari
Yash Chaudhari - avatar
2 Answers
+ 1
with help of php and JavaScript HTML CSS will WORK
27th Oct 2017, 3:52 PM
Vinay.s
Vinay.s - avatar
+ 3
Your design should be responsive, use the media query to program each format of your page, if you already have the design for mobile you should only edit the media query for larger devices. Be very careful with the size of the images. Investigate mobile first, it is the way to design a web starting with the format for mobile.
29th Oct 2017, 12:18 PM
Angela_g710
Angela_g710 - avatar