Hi Folks, Can you please give us your best opinion to develop responsive HTML? If, you have great ideas than please share here. Thanks, Nilesh
You can create a responsive web design using HTML5. It offers some decent features which will help you to create responsive design easily. The main characteristics of responsive web design are media queries, flexible grid-based layout that uses relative sizing and flexible images and media through dynamic resizing or CSS.
As mentioned above you can use HTML5 to create a responsive HTML website which can respond to certain things such as the resizing of the web browser, however you might be wondering how to make an interactive website - in which case you should look into Javascript.
To about how to work with responsive you can visit at w3schools.com, here you can learn lots more about html.
Thank you. That's what I was thinking about. All html block elements are naturally fluid. Don't need html5 CSS3 buzz here. You can create a fluid design that will adopt to different widths using basic html. You can take a more advance route and use css media queries and add some grid system to make it more complicated, but fundamentally html is by nature responsive (fluid)!
Don't confuse fluid with responsive . Responsive is the evolution of fluid , no grid , just media queries and designs custom made for different screen resolutions . I love fluid and although it has served us well it's time to move on . For the past two years mobile first has been the strategy to go with and although fluid design can do the job responsive is superior in terms of UX , graphic quality and speed .
Thanks for your clarification. I guess I was't very clear. You'r right, responsive and fluid are two different terms. Fluid just mean fluid (which could adopt to different screen sizes without scroll bar at the bottom), responsive is when you have the control to determine how things are going to look like in specific stages. The site could be fluid or fixed width at still be responsive.
I agree with Allan Smith and Zuex. HTML5 and Javascript are great tools to create more responsive and interactive websites. To learn more about these, you can go to w3schools.com.
You can use a framework like Twitter Bootstap. It's easy to use and builds with latest technology. Get it from here: http://twitter.github.com/bootstrap/