HTMLによる遷移は、 <a href="パス名">◯◯</a> JavaScriptによる遷移は、 window.location.href = 'パス名'; // 通常の遷移 window.open('パス名', '_blank'); // 新しいタブを開き、ページを表示