How to have a web page refresh automatically

To have a web page refresh after a certain amount of time, insert the following code in the section of the page and replace the ‘[ ]’ sections with requested information:

<!-- meta tag starts -->
    <meta name="keywords about"
          content="**[keywords]**" />
    <meta name="description"
          content="**[content description]**" />
    <meta name="revised about"
          content="**[content about info]**" />
    <meta http-equiv="refresh"
          content="[time in seconds]" />
	<meta charset="UTF-8">
		  <!-- meta tag ends -->

Last updated