Pagina 1
codice:
<!doctype html>
<html>
    <head>
...    
</head>
    <body>    
<header>        
<a href="Menu.html#menu">menu</a>    
</header>    
</body>
</html>
Pagina Menu
codice:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Documento senza titolo</title>
</head>

<body>
<div id="menu">Inserite qui il contenuto del nuovo tag Div</div>
</body>
</html>
Così funziona