HTML Tips You Might Not Know
Here are few handy HTML tips you might not know about !
Refresh the web page every N seconds, or even redirect to another URL
<meta http-equiv="refresh" content="10">
Refreshes the page every 10 seconds
<meta http-equiv="refresh" content="0; url=htt...
geeky-chakri.hashnode.dev1 min read