Showing posts with label Html Tags. Show all posts
Showing posts with label Html Tags. Show all posts

25 November 2008

HTML Redirect Tag Page Redirection

Html redirect page tag is inserted between head tags in html page file.

Copy paste HTML redirect tag code below between head tag.


<meta equiv="refresh" content="3;http://alperguc.blogspot.com/">


3 is the duration that html page will wait and after 3 seconds page will redirect to the url.

First parameter of HTML redirect tag is seconds: 3
Second parameter of HTML redirect tag is url: http://alperguc.blogspot.com/

How to redirect html page with refresh tag.