HTTP Refresh Header

About

Instruct the browser to refresh a page at a certain interval.

Example

Refresh every 5 seconds

<meta http-equiv="refresh" content="5">

Redirect in HTML

You can use it to do a redirect in HTML via the http-equiv meta.

<meta http-equiv="refresh" content="0; url=https://example.com/path/to/mypage">`

Documentation / Reference





Discover More
Web - (Hot|Live) (Edit|Reload) - Auto File Sync

Live reloading (ie File sync) in the web means that the Browser automatically update/refresh the HTML page when you change files in your project (HTML, CSS, images, ...) Reload the page at interval:...



Share this page:
Follow us:
Task Runner