HTML page automatic refresh settings

2020-04-16 One case a day, day 39

1. Requirements:

 

 

2. Background code:

 

 

<! DOCTYPE html>
<html>
<head>
<meta http-equiv = "Content-Type" content = "text / html; charset = utf-8" />
<meta http-equiv = "refresh" content = "3 "url =" http://www.baidu.com "/> // Automatically jump to Baidu after 3 seconds
<title> Automatically jump to Baidu </ title>
<meta charset =" utf-8 "/>
</ head>
<body>
<h1> <td> Liu Anhua Ming You Yi Village </ td> </ h1>
</ body>
</ html>

 

Guess you like

Origin www.cnblogs.com/ljs7490/p/12723143.html