Html Meta Refresh Tutorial
Html meta refresh refreshes a web page in a given period of time.
Html meta refresh tag is put between HEAD tags in the html document.
Refresh tag content is set integer number of seconds.
Html meta refresh code sample
<head> <meta http-equiv="refresh" content="10" /> </head>
The meta html meta refresh code above, will refresh page every 10 seconds.
Html meta refresh tag can be used in websites that need to be refreshed in a period of time, like a live soccer scores site.