What is meta refresh tag and how it effect in user experience
Meta refresh tag is used to refresh the web page after a specified time interval. This tag will force the web browser to refresh the web page depends on the time set on the tag.
The structure of meta refresh tag:
<meta http-equiv="refresh" content="5" />
Here the meta tag is set to refresh the web page after 5 seconds. We need to place this tag on n the
header of the web page.