i want to redirect visitors from my old website url to a new url coz my website has been moved. how i can do it using html code??
<meta http-equiv="refresh" content="0;url=http://www.yoursite.com/yourpage.html">
add this tag in<head>.
and how much time you want to redirect with another page edit in "content" part, it's in second.