Page Refresh via meta tag

Submit By webmaster Time: March 30, 2021 Likes (1) | Views (273) |

Refresh the web page via a meta tag. set the time in second in content. Currently, I set 5 seconds in content so my web page will refresh after the 5 seconds.

You can also redirect the web page via meta tag.

<meta http-equiv="refresh" content="10;url=https://freecodesnippet.com/snippets/html/" />

After 10 seconds my web page will automatically rediret to the given path. 

<meta http-equiv="refresh" content="5" />

Free code snippet playground

Let's share the example by using HTML, CSS, JavaScript and Bootstrap.

Add New Snippet