Source Code: Karn Houston

<!DOCTYPE html>

<html>
    <head>
        <title>Japan</title>
        <link rel="stylesheet" href="style.css">
    </head>

    <body>

        <div id="container">

            <header>
                <h1>Japan</h1>
            </header>

            <div id="content">

                <nav>
                    <a class="currentpage" href="index.html">Home</a>
                    <a href="info.html">Information</a>
                    <a href="gallery.html">Gallery</a>
                    <a href="media.html">Media</a>

                </nav>

                <section id="indextext">

                    <h2>Welcome to Japan</h2>

                    <p>Japan is an island country in East Asia. Located in the Pacific Ocean off the northeast coast of the Asian mainland, it is bordered on the west by the Sea of Japan and extends from the <a class="link" href="https://en.wikipedia.org/wiki/Sea_of_Okhotsk" target="_blank">Sea of Okhotsk</a> in the north to the <a class="link" href="https://en.wikipedia.org/wiki/East_China_Sea" target="_blank">East China Sea</a> in the south. The Japanese archipelago consists of four major islands <a class="link" href="https://en.wikipedia.org/wiki/List_of_islands_of_Japan" target="_blank"> Hokkaido, Honshu, Shikoku, and Kyushu</a> and thousands of smaller islands, covering 377,975 square kilometers (145,937 sq mi). Japan has a population of over 123 million as of 2025, making it the eleventh-most populous country. The capital of Japan and its largest city is Tokyo; the Greater Tokyo Area is the largest metropolitan area in the world, with more than 37 million inhabitants as of 2024. Japan is divided into 47 administrative prefectures and eight traditional regions. About three-quarters of the country's terrain is mountainous and heavily forested, concentrating its agriculture and highly urbanized population along its eastern coastal plains. The country sits on the <a class="link" href="https://en.wikipedia.org/wiki/Ring_of_Fire" target="_blank">Pacific Ring of Fire</a>, making its islands prone to destructive earthquakes and tsunamis.</p>

                    <img class="flag" src="images/Flag_of_Japan.svg.png">

                </section>
 
            </div>

            <footer>
                 &copy; Karn 2025 
            </footer>

        </div>

    </body>

</html>