The Redirection Code
A redirection code is used as a Meta Tag in Html. You can use this code to obviously redirect a page to another. This meta tag should go within the <head> </head> tags of your page. An example of the code is given below.
<meta http-equiv="refresh" content="2 ; url=anotherpage.html">
The above code is set to redirect the current page to “anotherpage.html” in 2 seconds. You can change these fields according to your needs. Instead of “anotherpage.html” you can direct a page to a web address like “http://www.google.com” aswell.