これが私が使っているものです
<h1>Red to Violet</h1>
<a href="#one">first</a> .
<a href="#two">second</a> .
<div id="section">
<div class="innersections">
<a name="one"></a>
(text)
</div> <hr>
<div class="innersections">
<a name="two"></a>
(text)
</div></div>
リンクをクリックしてもページが上がらず、タイトル「red to violet」が見えないようにしたいのですが、「second」をクリックすると 2 番目の「innersections」が表示されます。ノート; css/html コードしか使用できません。