How to Automatically Refresh a WebPage or Set Time to Redirect

Code

Between the head tag of your HTML document, put the ff meta tag:
  1. <meta http-equiv='refresh' content='5' url='index.html'>
content = time in second that the page will be refresh of redirect. url = name of file you want to refresh or redirect.

Add new comment