Meta Tag Refresh in HTML


/ Published in: HTML
Save to your folder(s)

This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.


Copy this code and paste it in your HTML
  1. <meta http-equiv="refresh" content="5;url=http://yourdomain.com/" />
  2. </head>

URL: http://www.apphp.com/index.php?snippet=html-meta-tag-refresh

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.