Answer:
Step-by-step explanation:
After finding the structure online that is mentioned in the question I was able to write out the necessary HTML code. The following code uses <a> tags which are the required tags for links. Inside these tags you will find the href attribute which tells the browser where to take the user when the user clicks on one of these links. Each link has the name of the link, for example, the first link will say "Visit Japan".
<a href="japan.html">Visit Japan</a>
<a href="family.html">Family Friendly Tours</a>
<a href="cycling.html">Cycling Enthusiast Tours</a>
<a href="culinary.html">Culinary Based Excursions</a>