+ 4
How do I know if my site works with mobile phones?
So im working on a site for a client, and its coming along great in my pc. I'm just curious how to I make it mobile phone compatible? Is there a mobile code reference file name i need to save it as (instead of .html)?
8 Answers
+ 18
Probably it will be useful:
https://www.w3schools.com/cSS/css_rwd_intro.asp
+ 18
You are welcomeđđ
+ 13
use the bootstrap framework for a dynamic website......
+ 5
i usually create a responsive website using a combination of the bootsrap framework and my own css files. i have heard of people creating two seperate websites for mobile, but it is not suggested.
+ 3
Oh nice, thank you very much.
+ 3
oooo :D thanks thats what i had in mind but wasnt sure if there was something like that.
+ 3
oohhh thats awesome. I totally forgot about that.
+ 1
You can download a html editor for mobile an then you can test your html source codes.