automatically redirect to another page in html code example
Example: how to automatically redirect in html
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "3; url = https://www.qries.com" />
</head>
</html>