Answers for "html redirect to different page"

5

how to redirect a page to another url in html

<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />
Posted by: Guest on April-10-2020
2

redirect html

<meta http-equiv="refresh" content="time; URL=new_url" />
Posted by: Guest on June-25-2020

Code answers related to "html redirect to different page"

Browse Popular Code Answers by Language