HTML If you want your page keep refreshing after every 1 minute then use the following syntax.
<!DOCTYPE html> <html> <head> <title>Meta Tags Example</title> <meta name="keywords" content="HTML, Meta Tags, Metadata" /> <meta name="description" content="Learning about Meta Tags." /> <meta name="revised" content="Tutorialspoint, 3/7/2017" /> <meta http-equiv="refresh" content="60" /> </head> <body> <p>Hello HTML5!</p> </body> </html>
in the content="60"you can change 6o with actual time that you like e.g you can add 5 minute or < that or > that.
in the content="60"you can change 6o with actual time that you like e.g you can add 5 minute or < that or > that.

Post a Comment
1 Comments
GOOD
ReplyDelete