您的位置:首页 > Web前端 > HTML

html 中电话号码的使用

2016-07-27 23:17 381 查看
更多内容: http://blog.yuhai.win

1、在html 页面中拨打电话号码的使用方法

<a href="tel:18882323232">打电话</a>
<a href="sms:18882323232">发短信</a>


2、为了屏蔽ios中一串数字播放的功能

<meta name='format-detection' content='telephone=no'>


3 、ios中用来保存到桌面使用的图标 (不同屏幕使用不同的图片)

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="http://www.qiyipic.com/common/fix/h5_white_images/desktop_logo-57.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.qiyipic.com/common/fix/h5_white_images/desktop_logo-72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.qiyipic.com/common/fix/h5_white_images/desktop_logo-114.png">


4、hammer。js

5、anywhere

6、emmet sublime

7、js外部引入,放在最下面

8、UE 一般按照 w= 640 设置的样式 一般按照 320 开始做 320 的屏幕一般为需要兼容的最小屏幕,

所以一般需要根据UE的图的一般来做

9、resize

10、box-flex

11、img background-imge 的区别 压缩时,,img会被压缩,,backgroud-image 可以指定截取的位置

12、__inline __sprite FIS
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  html CSS3 前端优化 html5