Web >> Development >> HTML >> How to do a timed redirection on a web page

Put the following META tag in the head section Syntax:- <META HTTP-EQUIV="Refresh" CONTENT="time-in-seconds;URL=url-to-redirect"> Example:- <META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.google.com">