<meta http-equiv="Refresh" content="">

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O
Type

This META element sets the automatic refreshing of the page.

The META element is placed inside the HEAD element.


<meta http-equiv="Refresh" content="60">

Attribute Value Explanation
http-equiv=" " Refresh -
content=" " seconds the number of seconds that refreshes

Example

Refreshes page every 60 seconds

<html>
<head>
<meta http-equiv="Refresh" content="60">
<title>TAG index</title>
</head>
<body>



</body>
</html>