问题
I want to make my current website responsive. It's a huge dynamic website and I do not want to make a separate website for mobile or change the <Doctype> or <html>. Is it possible to insert a script that changes the <Doctype> and <html> tags if a website is accessed via a mobile?
回答1:
No need to change any tags. This is what Media queries are for.
来源:https://stackoverflow.com/questions/15433674/how-to-make-a-current-website-responsive