使用Meta,試做網頁,3秒後跳轉到指定頁面

源碼如下:

!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>
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章