Saturday, September 28, 2013

Tutorial on Creating a Responsive Web Page


"Responsive Web Design" means building a page that can be viewed on any size screen, as opposed to building a separate page for mobile devices and tablets. RWD works by setting rules as to how a page should look at various screen widths. These rules are implemented as 'media queries'.

If you would like to learn how to do this, then there's a tutorial on Flash By Night for you! Just follow this link:

http://flashbynight.com/tutes/responsivedesign/

If you're an HTML beginner, no probs, you should be able to follow along. The tutorial will take you around an hour or so.


2 comments:

  1. Hi. Just want to say thanks for your blog. I was searching for tutorials on how to make a quiz and yours is by far the best i found on the internet. And I have been researching for almost a week now.
    It's a pity that canvas is not responsive. Or is it?

    ReplyDelete
  2. A late reply, I know. Yes, you can make the canvas responsive. I used a responsive canvas here: http://flashbynight.com/religionquiz/

    ReplyDelete