Shaolin
Shaolin

Reputation: 2551

Web Site for Desktop and Mobile

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

Answers (3)

Jaro
Jaro

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

fabrik
fabrik

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

http://gridpak.com/

http://responsive.gs/

Hope it helps.

Upvotes: 2

Nej Kutcharian
Nej Kutcharian

Reputation: 4254

You'd want to look into responsive frameworks.

Upvotes: 3

Related Questions