Redirect From A HTML Page - HTML Meta Refresh
> We can use HTML meta Refresh as follows.

> The above code should be placed on the head section.
> Here
content = 0 means to refresh the page after 0 seconds.
> Give the user some more time before redirection by increasing the value.
> But use of meta refresh is discouraged by the World Wide Web Consortium (W3C).
> Incase JavaScript is disabled, we can redirect page using this way.
Redirect From An HTML Page - JavaScript Redirection.
> There are several ways that we can redirect page using javascript.
> Best two ways are given below.

> The best preferred will be
window.location.replace
> This is because,
window.location.replace simulates the
HTTP Redirect absolutely.
> More information about the JavaScript Redirection can be found in the following link.
>
Redirect Page Using Javascript Watch Video of this Content on Video Steaming