<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Niche Community Platform</title>

    <link rel="stylesheet" href="style.css">

</head>

<body>

    <header>

        <h1>Niche Community</h1>

        <nav>

            <ul>

                <li><a href="#home">Home</a></li>

                <li><a href="#forums">Forums</a></li>

                <li><a href="#members">Members</a></li>

                <li><a href="#about">About</a></li>

            </ul>

        </nav>

    </header>

    <section id="home">

        <h2>Welcome to Our Niche Community!</h2>

        <!-- Add your content here -->

    </section>

    <section id="forums">

        <h2>Forums</h2>

        <!-- Add forum categories and discussions here -->

    </section>

    <section id="members">

        <h2>Members</h2>

        <!-- List of community members -->

    </section>

    <section id="about">

        <h2>About Us</h2>

        <!-- Information about the community -->

    </section>

    <footer>

        <p>&copy; 2023 Niche Community Platform</p>

    </footer>

    <script sr

c="script.js"></script>

</body>

</html>

// Example: Display an alert on page load window.onload = function() { alert('Welcome to My Blog!'); };

Welcome to My Blog

Enjoy the latest articles and updates!