Reputation: 2551
How to design a Web Site that will fit to Mobile and Desktop both, Is there any guide line to do in HTML 4 and CSS 2
Upvotes: 1
Views: 291
Reputation: 570
If you want to develop from scratch as you pointed out in the comments, this will help you a lot:
Article on responsive web design
Upvotes: 1
Reputation: 14365
There are tons of articles and tutorials and frameworks which you can use. No holy grail here because each website is different.
Some interesting articles in the topic:
http://www.html5rocks.com/en/mobile/responsivedesign/
http://smashingmagazine.com/tag/responsive-design/
http://www.alistapart.com/articles/responsive-web-design/
Frameworks, tools you can use:
http://html5boilerplate.com/mobile
Hope it helps.
Upvotes: 2