HTML Page Redirection Code

Valued Customers,

If you wish to redirect an HTML page to another page / website you can use the following code:


<html>
<head>
<meta http-equiv="Refresh" content="1;url=http://www.website/" />
</head>

<body>

<a href="http://www.website/"></a>

</body>
</html>


WebSouls Team!
  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

How to display a image through HTML?

  If you want to display a image through HTML, here is the guidance. We will guide you further...

HEX Color Codes (HTML/CSS)

There are a variety of ways to color web sites. These hexadecimal codes can be used in both XHTML...

Powered by WHMCompleteSolution