自動的にページを入れ替える
<meta http-equiv="Refresh" content= "秒数;URL=URL">
例1
<html> <head> <meta http-equiv="Refresh" content= "5;URL=sample1_2.html"> <title>5秒後にジャンプ</title> </head> <body>5秒後にジャンプします。</body> </html>
こうなります