The <meta> tag for Document Refreshing can be used to declare a duration after which your web page will keep refreshing automatically. I.e you want your web page to keep refreshing after every 8 seconds. For example:
<!DOCTYPE html>
<html>
<head>
<title>Scholars Globe Example</title>
<meta name="keywords" content="HTML, Meta Tags, Metadata" />
<meta name="description" content="Scholars Globe Refreshing Tags." />
<meta name="revised" content="Scholars Globe, 4/1/2016" />
<meta http-equiv="refresh" content="8" />
</head>
<body>
<p>Body Content</p>
</body>
</html>
No comments:
Post a comment