<html>
 <head>
  <!--表示3秒后页面自动跳转到google,一般网上用javascript-->
  <meta http-equiv="refresh" content="3;url=http://www.google.com">
  <!--当前页面是一个html格式,编码是gb2312,固定写法-->
  <meta http-equiv="content-type" content="text/html;charset=gb2312">
  <!--供搜索引擎使用的关键字-->
  <meta name="keywords" content="beauty">
  <meta name="description" content="The page to show the metas">
  <!--不要对页面进行缓存,0秒就过期,较常用-->
  <meta http-equiv="expires" content="0">
  <!--不要在代理服务器上缓存-->
  <meta http-equiv="pragma" content="no-cache">
  <!--文件用什么工具来生成-->
  <meta name="generator" content="ultraedit">
  <!--作者,版权-->
  <meta name="autor" content="me">
  <meta name="copyright" content="do not use this page without my permission">
 </head>
 <body>
  美丽新世界,我在努力!
 </body>
</html>