+ 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!
2 Answers
+ 1
with help of php and JavaScript HTML CSS will WORK
+ 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.