在html中做一頁自動轉址頁面,語法如下: 
……………………………………………………………….
<html> 
<head> 
<title>自動轉址頁面</title> 
<meta http-equiv=”Refresh” content=”3; url=http://www.ytes.ilc.edu.tw“> 
</head> 
<body> 
<div align=”center”>3秒後自動轉址</div> 
</body>
</html> 
………………………………………………………………. 
在content後方設定幾秒後自動轉址與轉到之網址