Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Automatic Refresh, Redirrect

Automatic Refresh, Redirrect


This code automatically refreshes your page as often as you tell it to. Copy the code below and paste it in the <head> section of your page.

<META HTTP-EQUIV=REFRESH CONTENT="SECONDS">

Where is says seconds, change that to the number of seconds before your site is refreshed.

Automatic Refresh, Redirrect

This code automatically redirects you to another page. Copy the code below and paste it in the <head> section.

<META HTTP-EQUIV="REFRESH" CONTENT="SECONDS;URL=PAGEURL">

Where is says seconds, change that to the number of seconds you want your page to be visible for before it redirects to the specified site. Pageurl should be replaced by the url that you want to be redirected to.



Author's URL: Lindsay Coome
Learn HTML step-by-step from A to Z or improve your professional skills. More Tutorials: Featured Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

No comments yet...
Add comments to "Automatic Refresh, Redirrect"

Captcha