Programming Tips - How can I make my webpage mobile-friendly?

Date: 2014jun5 Platform: web Keywords: html Q. How can I make my webpage mobile-friendly? A. The main trick use this meta tag when you detect mobile devices:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">