how to make a current website responsive? [closed]

懵懂的女人 提交于 2019-12-13 10:11:37

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!