How to Auto Refresh HTML
Auto refresh your browser every X seconds with a meta tag.
We the following code inside your HEAD on your page and the browser will automatically refresh every content seconds.
In my case, refresh every 1 second
<meta http-equiv="refresh" content="1" />
Please note you will have to save the file to see the changes.
Related PostsIf you liked How to Auto Refresh HTML; the posts below might interest you too:
|



