Source Code: Marcus Rundell

<!DOCTYPE html>

<html lang="en">

    <head>
        <meta charset="utf-8">
        <title>Top 5 fanciest restraunts</title>
        <link rel="stylesheet" href="style.css">
    </head>

    <body>

        <header>
            <h1>Top 5 Restraunts in The World</h1>
        </header>

        <nav>
            <a href="index.html" class="currentpage"> HOME</a>

            <a href="info.html">MAIN</a>

            <a href="Gallery.html">GALLERY</a>

            <a href="Media.html">VIDEOS</a>
        </nav>

        <section>
            <h2>About this website</h2>

            <p>If you’ve ever wondered what it’s like to dine where the rich and famous eat, you’re in the right place. We’ve rounded up five of the fanciest restaurants from around the world—places where the food is next-level, the atmosphere is stunning, and every detail feels like a special occasion. Whether you're dreaming of a fancy night out or just love seeing how over-the-top fine dining can get, this list is sure to impress (and maybe even make you a little hungry).</p>

            <a href="https://www.theworlds50best.com/list/1-50" target="_blank"><img src="images/holiday-hd-fine-dining-set-wallpaper-preview.jpg"></a>
        </section>

        <footer>
            &copy; Marcus Rundell 2025
        </footer>
    </body>
</html>