Answers for "hyperlink redirect html"

2

redirect html

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

html meta redirect to another page

<!-- [time] is the time to redirect. For immediate loading, you can set it to 0 -->
<meta http-equiv = "refresh" content = " time ; url = link"/>
Posted by: Guest on November-16-2020

Browse Popular Code Answers by Language