html中的meta标记简单对照

html中的meta标记简单对照,第1张

html中的meta标记简单对照 meta标记用于定义文件信息,对网页文件进行说明,便于搜索引擎查找。


放置于<head></head>之间

设置关键字:
<meta name=”keywords” content=”value”>多个关键字内容之间可以用“,”分隔
设置描述:<meta name=”description” content=”value”>
设置作者:<meta name=”author” content=”作者名”>
设置字符集:<meta http-equiv=”content-type” content=”text/html;charset=gb2312”>
设置页面定时跳转:<meta http-equiv=“refresh"content="2;URL=http://www.itcast.cn" />

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

原文地址: http://www.outofmemory.cn/web/610013.html

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

发表评论

登录后才能评论

评论列表(0条)

保存