HTML文件模版
添加时间:2019-04-23 22:05:08 编辑:成都网站建设 文章内容: 346个字 阅读时间:约1分钟
HTML模版指的是团队使用的初始化HTML文件,里面会根据不同平台而采用不一样的设置,一般主要不同的设置就是 mata 标签的设置,以下是 PC 和移动端的 HTML 模版。
HTML5标准模版
<htmllang="zh-CN"><head><metacharset="UTF-8"><title>HTML5标准模版title>head><body>body>html> |
团队约定
移动端
<htmllang="zh-CN"><head><metacharset="UTF-8"><metaname="viewport"content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"><metaname="format-detection"content="telephone=no"><title>移动端HTML模版title><linkrel="dns-prefetch"href=""><linkrel="stylesheet"href="css/index.css"><linkrel="stylesheet"href="http://srcPath/index.css">head><body>body>html> |
PC端
<htmllang="zh-CN"><head><metacharset="UTF-8"><metaname="keywords"content="your keywords"><metaname="description"content="your description"><metaname="author"content="author,email address"><metaname="robots"content="index,follow"><metahttp-equiv="X-UA-Compatible"content="IE=Edge,chrome=1"><metaname="renderer"content="ie-stand"><title>PC端HTML模版title><linkrel="dns-prefetch"href=""><linkrel="stylesheet"href="css/index.css"><linkrel="stylesheet"href="http://srcPath/index.css">head><body>body>html> |
- 上一篇:HTML图片格式说明下一篇:HTML注释规范
如没有特殊注明,本文均来自于啄木鸟建站原创,转载请注明来自
https://www.40b.cn/jishu/256.html