1.定义
2.常见的元信息
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <header> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="新闻,视讯"> <meta name="description" content="全世界一流新闻网站"> <meta name="robots" content="index"> <meta name="author" content="JoJo"> <meta name="generator" content="WebStorm"> <meta name="copyright" content="2024-2029©️版权所有"> <meta http-equiv="refresh" content="10;url=http://www.baidu.com"> </header>
|
详情请见[https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/meta]