I'm new to dealing with responsive website design but from what I have dabbled with its showing some great results.
I was wandering if some responsive experts can give some advice on serving alternative websites based on a mediaqueries for certain devices
Scenario A : If person a is using a desktop computer, serve this website to that device (HTML page 1)
B) If person is using a tablet, then serve mobile website. (HTML 2) But I will go further to say, Can you use this sort of method to deal out completely different html pages? eg mobilehtmlpage.html desktop.html if that makes sense?
Thanks for your help!