Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
You can make any website responsive using CSS3 media queries
Yes you can ... of course .and also, you can use bootstrap framework (you can find documentation in here http://getbootstrap.com/components/ ) it has responsive components that you can use to build a responsive website.
Yes and that is one of the main reasons of developing HTML5 to create pages that will display on different browser sizes to run in mobile/ tablet/desktops and still looks acceptable. Having the header, footer elements in html5 was for that reason. This can save the developer the effort of developing mobile app by just making a responsive html5 website that will run in all browsers sizes. In addition to that html5 has other features which make it useful in developing more complicated web application.
Just having the meta tag header viewport setting to device width , tries adjusting the website width (provided you dont have too many elements with specific width) .
Yes CSS3 ( media queries ) in order to target CSS for specific resolutions is good for makign a site responsive.
responsive layout is one from core features of css3 and HTML5, of course its100% possible
Yes it is possible to make responsive designs using html5 and css3.
Yes,
using the meta tag view port it is possible :D
yes you can :)
hope this tutorial help you
http://www.1stwebdesigner.com/create-a-responsive-website-video-tutorial/
Yes. You can. All you need to do is to use the appropriate html5 control and write the media queries for your elements.
Also there are many opensource css+js frameworks are available which makes your task easier. These are the well written pre-defined set of css classes and js functions which covers all the basic responsive design guidelines and needs.
Twiter Boostrap
Foundation
Zimit
Ink
HTML KickStart
yes its very very easy and possible if you know about advance HTML and CSS,