html 字体大小自适应

文字自适应在html页面加入

<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='format-detection' content='telephone=no'>

图片自适应加入

<style type='text/css'>img{width:100%}</style>

<table >