Answers for "Automatically Refresh or Reload a Page using http-equiv"

0

Automatically Refresh or Reload a Page using http-equiv

<!DOCTYPE html>  
<html>  
<head>  
    <title>Page Reload after 10 seconds</title>  
    <meta http-equiv="refresh" content="10" />  
</head>  
<body>  
  
<h2>Softhunt.net</h2>  
  
</body>  
</html>
Posted by: Guest on April-10-2022

Code answers related to "Automatically Refresh or Reload a Page using http-equiv"

Code answers related to "Javascript"

Browse Popular Code Answers by Language