Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html redirect

<!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>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #html #redirect
ADD COMMENT
Topic
Name
6+6 =