Role: Automatically refreshes the page after a specified number of seconds.
Importance: Can be used for time-sensitive content, but excessive use can harm user experience and SEO.
Meta Refresh tag
Meta Refresh tag must be placed between the <head> and </head> as follow:
<!DOCTYPE html>
<html>
<head>
<title>Sample Page</title>
</head>
<body>
<!-- body content here -->
<footer>
<!-- Footer content here -->
</footer>
</body>
</html>
×