META refresh is a META tag in HTML language which redirects the browser to a location specified in the web page. It can be timed.
example:
<HTML> <META http-equiv="refresh" content="10;URL="http://www.goodlinksindia.com"> <HEAD> <TITLE>Redirecting you to goodlinksindia.com...</TITLE> </HEAD> </HTML>
This code redirects the browser to http://www.goodlinksindia.com in 10 seconds. You can change the time by changing the number before the URL . Note that there should be a ; between the number and the URL . You can have any title.
My Latest Tweet: Design Inspiration Illustration 2012 http://t.co/N2fagDvu #IllustrationArt Follow Me on Twitter







