How to automatically forward a page in HTML

<html>
<head>
<title>How to automatically forward a page in HTML</title>
<meta http-equiv=”refresh” content=”0; url=http://www.example.com”>
</head>
<body>
<h1>How to automatically forward a page in HTML</h1>

</body>
</html>