私は、ブートストラップ3によって構築された「index.html」と「country.html」を持っています
このような「country.html」:
<div class="tab-pane fade in" id="argentina"> ... </div>
<div class="tab-pane fade" id="france"> ... </div>
および「index.html」は次のようになります。
<h2>Let's Go to Argentina<h2/>
<h2>Let's Go to France<h2/>
「index.html」に移動#france
またはタブ移動するにはどうすればよいですか?#argentina
<a href ="country.html#france"></a>
動作しません:/
助けてくれてありがとう