使用Meta,试做网页,3秒后跳转到指定页面

来源:互联网 发布:spss软件下载 官方 编辑:程序博客网 时间:2024/05/17 22:48

源码如下:

!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Document</title>
 </head>
 <body>
 <h1>原网页</h1>
  <Meta http-equiv="Refresh" Content="3; Url=http://www.baidu.com">
    </html>
 

1 0