HTMLHTML TutorialHTML Codes/Generators
HTML Background Code
HTML TagsHTML Color HTML Color Chart HTML Comment Box Code HTML Scrollbox Code HTML Text Code HTML Image Code HTML Marquee Code HTML Music Code HTML Video Code HTML Form Code HTML Frames Code HTML Entities HTML Examples HTML Help/Cheat Sheet HTML Templates More Codes... HTML Generator HTML Table Generator Marquee Generator Music Code Generator HTML Text Generator Text Box Generator MySpace Generators More Generators... HTML 5 Tags Create a Website |
HTML RedirectYou may occasionally find yourself in the position where you have to create an "HTML redirect". This is a client-side redirection and tells the browser to request another page. To create an HTML redirect page, you use the HTML meta tag, along with the 'http-equiv' and 'content' attributes. Redirect codeTo create an HTML redirect, place the following code between the document's head tags.
<meta http-equiv="Refresh" content="5; url=http://www.quackit.com/html/tags.cfm">
In the above example, the page will redirect to the specified page in 5 seconds (as indicated in the 'content' attribute). You can also use JavaScript to redirect to another web page. See JavaScript Redirect. |
Need Website Content?
Get unique, quality digital content for your website.
|