Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<html> <head> <title>Meta Refresh Example</title> <meta http-equiv="refresh" content="5;url=/html_5/tags/html_meta_tag_example.cfm" /> </head> <body style="background-color:#ff9900;"> <p>Watch me redirect to another page in 5 seconds...</p> </body> </html>