2016年11月7日

H5 新特性之全局属性 三

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>全局属性</title> <script>// window.document.designMode="on"; </script></head><body><fo 阅读全文

posted @ 2016-11-07 23:57 恐龙野兽 阅读(508) 评论(0) 推荐(0) 编辑

H5 新特性之全局属性 二

摘要: <!DOCTYPE html><html lang="en" manifest="cache.manifest"><head> <meta charset="UTF-8"> <title>Title</title> <link rel="ico" href="img/662E.tmp.jpg" si 阅读全文

posted @ 2016-11-07 23:56 恐龙野兽 阅读(137) 评论(0) 推荐(0) 编辑

H5 新特性之全局属性一

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><!--<!DOCTYPE html>--><!--<html lang="en">--><!--<head>- 阅读全文

posted @ 2016-11-07 23:55 恐龙野兽 阅读(269) 评论(0) 推荐(0) 编辑

h5 全局新属性 四

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>h5全局属性</title> </head> <body> <p>accesskey属性规定元素的快捷键</p> <a href="http://baidu.com/" access 阅读全文

posted @ 2016-11-07 17:19 恐龙野兽 阅读(171) 评论(0) 推荐(0) 编辑

meta

摘要: 1.自适应设备 <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> 2.数字不能拨号,主要在微信端 <meta name="format- 阅读全文

posted @ 2016-11-07 11:36 恐龙野兽 阅读(65) 评论(0) 推荐(0) 编辑

根据不同设备

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" conte 阅读全文

posted @ 2016-11-07 11:33 恐龙野兽 阅读(73) 评论(0) 推荐(0) 编辑

修改input默认样式

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalabl 阅读全文

posted @ 2016-11-07 11:19 恐龙野兽 阅读(270) 评论(0) 推荐(0) 编辑

导航