Line 74: | Line 74: | ||
<br><br><br><br><br> | <br><br><br><br><br> | ||
<br><br><br><br><br> | <br><br><br><br><br> | ||
+ | |||
+ | <button class="tablink" onclick="openCity('London', this, 'red')" id="defaultOpen">London</button> | ||
+ | <button class="tablink" onclick="openCity('Paris', this, 'green')">Paris</button> | ||
+ | <button class="tablink" onclick="openCity('Tokyo', this, 'blue')">Tokyo</button> | ||
+ | <button class="tablink" onclick="openCity('Oslo', this, 'orange')">Oslo</button> | ||
<div id="London" class="tabcontent"> | <div id="London" class="tabcontent"> | ||
Line 95: | Line 100: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 12:33, 16 October 2018
London
London is the capital city of England.
Paris
Paris is the capital of France.
Tokyo
Tokyo is the capital of Japan.
Oslo
Oslo is the capital of Norway.