How to Automatically Refresh a WebPage or Set Time to Redirect
Submitted by nurhodelta_17 on Monday, April 9, 2018 - 21:34.
Code
Between the head tag of your HTML document, put the ff meta tag:- <meta http-equiv='refresh' content='5' url='index.html'>
Add new comment
- 587 views