Home
Programming Tips
HTML Tips
Programming Tips
HTML Tips | HTML Tips |
|
|
|
This section contain HTML Tips. Tip 1. Howto redirect a page to another webpage/website --------------------------------------------------------------------------- Changing 'content' value to 5 will delay redirection with 5 seconds. <html> <head> <meta http-equiv="REFRESH" content="0; URL=http://www.example.com"> </head> </html> |


