HTML meta tag for redirection

We can use the following piece of code to redirect to a page using meta tag:

<meta http-equiv="refresh" content="0; url=https://example.com" />