html语言中<meta>标签charset=gb2312和charset=utf-8的问题?

html语言中<meta>标签charset=gb2312和charset=utf-8的问题?,第1张

charset=gb2312:是按中国的编码;charset=utf-8:是国际上标准的编码;至于哪个好。是没有定义的。按需要来设置;meta

name="Keywords"和META

name="Description"

前后是没关系的。重要的是内容。不是位置

<title>标题</title>这个一定要放在<meta

charset=gb2312>这个后面。其他的前面或后面也不是很重要

手机版页面通常需要设置mate标签,来实现禁止缩放等效果。

<!--页面字符编码--><meta charset="utf-8">

<!--避免IE使用兼容模式--><meta http-equiv="X-UA-Compatible"content="IE=edge,chrome=1">

<!-- 启用360浏览器的极速模式(webkit)--><meta name="renderer"content="webkit">

<!--微软的老式浏览器--><meta name="MobileOptimized"content="320">

<!--关键字描述--><meta name="keywords"content=""><meta name="description"content="">

<!--设置移动端视图--><meta name="viewport"content="width=device-width, initial-scale=1, user-scalable=no"/>

<!--针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓--><meta name="HandheldFriendly"content="true">

<!--删除苹果默认的工具栏和菜单栏--><meta name="apple-mobile-web-app-capable"content="yes"/>

<!--设置苹果工具栏颜色--><meta name="apple-mobile-web-app-status-bar-style"content="black"/>

<!--忽略页面中的数字识别为电话,忽略email识别--><meta name="format-detection"content="telphone=no, email=no"/>

<!--uc强制竖屏--><meta name="screen-orientation"content="portrait">

<!--QQ强制竖屏--><meta name="x5-orientation"content="portrait">

<!--UC强制全屏--><meta name="full-screen"content="yes">

<!--QQ强制全屏--><meta name="x5-fullscreen"content="true">

<!--UC应用模式--><meta name="browsermode"content="application">

<!--QQ应用模式--><meta name="x5-page-mode"content="app">

<!--windows phone 点击无高光--><meta name="msapplication-tap-highlight"content="no">


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/11243446.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-14
下一篇 2023-05-14

发表评论

登录后才能评论

评论列表(0条)

保存