<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Project Overview</title>
    </head>
    <body>
        <header>
            <h1>Our Project</h1>
        </header> 
        <nav>
            <ul>
                <li><a href="#section1">Project Goals</a></li>
                <li><a href="#section2">Progress</a></li>
                <li><a href="#section3">Results and Future Plans</a></li>
            </ul>
        </nav> 
        <section id="section1">
            <h2>Project Goals</h2>
            <p>This section describes the goals and objectives of the project.</p>
        </section>
        <section id="section2">
            <h2>Progress</h2>
            <p>This section provides information on the current progress of the project.</p>
        </section>
        <section id="section3">
            <h2>Results and Future Plans</h2>
            <p>This section covers the results of the project and future plans.</p>
        </section>
        <footer>
            <p>© 2025 Our Project. All rights reserved.</p>
        </footer>       
    </body>
</html>
<article>
    <h1>Latest Recipe Collection</h1>
    <p>Introducing the best recipes of the week.</p>
    <section>
        <h2>Breakfast</h2>
        <p>Recipe ideas suitable for the morning.</p>
    </section>
    <section>
        <h2>Lunch</h2>
        <p>Recommended recipes for lunch.</p>
    </section>
    <section>
        <h2>Dinner</h2>
        <p>Check out ideas and recipes for dinner.</p>
    </section>
</article>
<aside>
    <section>
        <h2>Weather Widget</h2>
        <p>Displays current weather information and forecasts.</p>
    </section>
    <section>
        <h2>Social Media Widget</h2>
        <p>Shows the latest tweets and social media updates.</p>
    </section>
    <section>
        <h2>Advertisement Widget</h2>
        <p>Displays ads or recommended products.</p>
    </section>
</aside>
<div id="slider">
    <section>
        <h2>Paris, France</h2>
        <p>Experience the beauty of traveling in Paris.</p>
        <!-- Content for this slide -->
    </section>
    <section>
        <h2>Rome, Italy</h2>
        <p>Explore the history and culture of Rome.</p>
        <!-- Content for this slide -->
    </section>
    <section>
        <h2>Tokyo, Japan</h2>
        <p>Plan an amazing trip in Tokyo.</p>
        <!-- Content for this slide -->
    </section>
</div>