Answers for "redirect to another url on page load"

0

html get redirect to another page on load

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Meta Tag</title>
      <meta http-equiv = "refresh" content = "2; url = https://www.tutorialspoint.com" />
   </head>
   <body>
      <p>Hello HTML5!</p>
   </body>
</html>
Posted by: Guest on May-02-2021

Code answers related to "redirect to another url on page load"

Browse Popular Code Answers by Language