<!DOCTYPE html>
<html lang="en">
<head>

	<!-- 编码格式 -->
	<meta charset="UTF-8">     
	<!-- 关键字 用来给seo(搜索引擎检索用的)-->
	<meta name = "keywords" content = "用来给搜索引擎搜索的关键字">
	<!-- 描述 在百度搜索到该官网时可以看到的描述文字 -->
	<meta name = "description" content = "我是网站的描述">
	<!-- 网页重定向 5秒后刷新网页 -->
	<meta http-equiv = "refresh" content = "5,https://www.baidu.com">
	<!-- 链接外部样式表文件 -->
	<link rel="stylesheet" href="1.css">
	<!-- 图标 -->
	<link rel="icon" href="xxx.ico">

	<title>meta link 学习</title>
</head>
<body>
	
</body>
</html>

相关文章:

  • 2021-11-27
  • 2021-05-01
  • 2022-01-22
猜你喜欢
  • 2021-09-14
  • 2022-01-15
  • 2021-12-27
  • 2021-11-24
  • 2022-12-23
  • 2021-12-19
  • 2021-11-26
相关资源
相似解决方案