Monday, December 9, 2024

maths4kidz

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Free Math Worksheets</title>
    <!--<link rel="stylesheet" href="styles.css">-->
    <link rel="stylesheet" href="https://www.blogger.com/blog/post/edit/4503468910430059152/5227143290237303646">
    <!--<script src="menu.js" defer></script>-->
    <script src="https://www.blogger.com/blog/post/edit/4503468910430059152/5207044922682384093" defer></script>
    <script>
        function includeHTML() {
            let elements = document.querySelectorAll('[include-html]');
            elements.forEach(el => {
                let file = el.getAttribute('include-html');
                fetch(file)
                    .then(response => response.text())
                    .then(data => {
                        el.innerHTML = data;
                        el.removeAttribute('include-html');
                        includeHTML();
                    })
                    .catch(err => console.error('Error including HTML:', err));
            });
        }
        window.onload = includeHTML;
    </script>
</head>
<body>
    <!--<div include-html="header.html"></div>
    <div include-html="menu.html"></div>-->
    <div include-html="https://www.blogger.com/blog/post/edit/4503468910430059152/6742160472658006141"></div>
    <div include-html="https://www.blogger.com/blog/post/edit/4503468910430059152/2472826776555116794"></div>
    <main>
        <section class="worksheets">
            <h2>Worksheet Categories</h2>
            <div>
                <!--<a href="addition.html" class="category">Addition Worksheets</a>
                <a href="subtraction.html" class="category">Subtraction Worksheets</a>
                <a href="multiplication.html" class="category">Multiplication Worksheets</a>
                <a href="division.html" class="category">Division Worksheets</a>-->
                <!-- Add more categories as needed -->
               <p> Welcome to Free Math Worksheets – a dedicated platform for students who are eager to enhance their mathematical skills. Our website offers a wide variety of printable worksheets designed to cater to different levels of learning, from basic arithmetic to more advanced topics. Whether you are practicing for school, preparing for exams, or just looking to improve your math proficiency, our collection of worksheets will provide you with the resources you need.

                Each worksheet is carefully crafted to ensure a balanced mix of challenges that help students master the concepts while keeping the practice engaging. We believe that consistent practice is key to success in mathematics, and our goal is to make it easy and accessible for students to print and work on problems at their own pace.
               
                Explore our worksheet categories, print as many as you need, and start practicing today!</p>
            </div>
        </section>
    </main>

    <!--<div include-html="footer.html"></div>-->
    <div include-html="https://www.blogger.com/blog/post/edit/4503468910430059152/381805667300114493"></div>
</body>
</html>

style.css

 /* General styles for body */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Styles for header and footer */
.header-content {
    background-color: #a71a01;
    color: white;
    padding: 20px;
    text-align: center;
}
header {
    background-color: #801300;
    color: white;
    padding: 20px;
    text-align: center;
    position: sticky;
}

.footer-content {
    background-color: #801300;;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
footer {
    background-color: #801300;;
    color: white;
    text-align: center;
    padding: 10px;
}

/* Basic styles for the navigation menu */
.navbar {
    overflow: hidden;
    background-color: #333;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    float: left;
}

.menu li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu li a:hover, .dropdown:hover .dropbtn {
    background-color: #9e3434;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #af7777;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #503636;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Main content styles */
main {
    padding: 20px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 10px;
}

.category {
    background-color:#801300;;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.category:hover {
    background-color: #3e8e41;
}
#pattern {
    margin-top: 20px;
    white-space: pre;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}
button {
    margin-top: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#worksheet {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#questions, #answers {
    width: 45%;
    white-space: pre;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination button {
    padding: 10px;
    margin: 0 5px;
}
/*=======================================================*/


logo


 

header.html

 <header>

    <div class="logo">
        <!--<img src="img/logo.png" alt="Maths4Kidz">-->
        <img src="https://www.blogger.com/blog/post/edit/4503468910430059152/285662061410235177" alt="Maths4Kidz">
    </div>
    <h1>Math Worksheets</h1>    
</header>

menu.html

 <nav class="navbar">

    <ul class="menu">
        <!--<li><a href="index.html">Home</a></li>-->
        <li><a href="https://drive.google.com/uc?id=1YAE-la-b_QhZnKTpvR0JLiuAB6twM8oi">Home</a></li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Arithmetic</a>
            <div class="dropdown-content">
                <!--<a href="addition.html">Addition</a>
                <a href="subtraction.html">Subtraction</a>
                <a href="multiplication.html">Multiplication</a>
                <a href="division.html">Division</a>
                <a href="lessthan_greaterthan.html">Less than or Greater than</a>
                <a href="asc_desc.html">Ascending Order</a>
                <a href="descending.html">Descending Order</a>-->
                <!--<a href="numbers_int.html">Int Numbers</a>
                <a href="numbers_float.html">Float Numbers</a>-->
                <!--<a href="numbers_decimal.html">Decimal Numbers</a>
                <a href="fraction.html">Fraction</a>
                =======================================================================-->
                <a href="https://drive.google.com/uc?id=1QeMZGUztPOSUStSZIyu2gnuykrvRqbaE">Addition</a>
                <a href="https://drive.google.com/uc?id=1YAE-la-b_QhZnKTpvR0JLiuAB6twM8oi">Subtraction</a>
                <a href="https://drive.google.com/uc?id=1pdv2uPDGlqjmfV5RnhbNDFT3hAEG_tZd">Multiplication</a>
                <a href="https://drive.google.com/uc?id=1E9XdGwNeal8ha-zdkihc34WZFw-mNmry">Division</a>
                <a href="https://drive.google.com/uc?id=12izLwl22SwfCzNuRiKKNRLqAMg8rQavJ">Less than or Greater than</a>
                <a href="https://drive.google.com/uc?id=1WFaGBesIyghuaRJ2culsr5c6TX8p2-9c">Ascending Order</a>
                <a href="https://drive.google.com/uc?id=1SDXqBAFlUQltCX1rD3IKwm180XvfcAkY">Descending Order</a>
                <!--<a href="numbers_int.html">Int Numbers</a>
                <a href="numbers_float.html">Float Numbers</a>-->
                <a href="https://drive.google.com/uc?id=1pdmCHRruZNeVDexKO8006gHGcgpKdtlm">Decimal Numbers</a>
                <a href="https://drive.google.com/uc?id=1Sgdm_xShPeliKFX-wRkluM8NpZo5f-Sk">Fraction</a>
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Geometric</a>
            <div class="dropdown-content">
                <!--<a href="measurement.html">Measurement</a>
                <a href="prac_2d.html">2-D Shape</a>
                <a href="3d_shape.html">3-D Shape</a>
                <a href="area_triangle.html">Area of Triangle</a>
                <a href="area_rectangle.html">Area of Rectangle</a>
                <a href="angles.html">Angles</a>
                =================================================-------->
                <a href="https://drive.google.com/uc?id=1EWAznnwczdRwHe8L6OIObIoLR-e6_cu9">Measurement</a>
                <a href="https://drive.google.com/uc?id=17HEaSqwjHw69YkjwLnkdvK62iVew7jek">2-D Shape</a>
                <!--<a href="3d_shape.html">3-D Shape</a>-->
                <a href="https://drive.google.com/uc?id=1ypoMlMRld05NQR4eeXmhQ7HHHC0epGX2">Area of Triangle</a>
                <!--<a href="area_rectangle.html">Area of Rectangle</a>-->
                <!--<a href="angles.html">Angles</a>-->
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Patterns</a>
            <div class="dropdown-content">
                <!--<a href="picture_pattern.html">Picture Pattern</a>
                <a href="number_pattern.html">Number Pattern</a>
                <a href="symbol_pattern.html">Symbol Pattern</a>
                ==================================================================-->
                <a href="https://drive.google.com/uc?id=1o-N6tohGZQIC6uX1hLJp5j4nETPkD8Ph">Picture Pattern</a>
                <a href="https://drive.google.com/uc?id=1IIHhiWdApN7M3trwBSXpEz2SYaKQnvfb">Number Pattern</a>
                <!--<a href="symbol_pattern.html">Symbol Pattern</a>-->
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Reasoning</a>
            <div class="dropdown-content">
                <!--<a href="verbal.html">Verbal</a>
                <a href="non_verbal.html">Non-verbal</a>
                <a href="logical.html">Logical</a>
                ============================================------>
                <a href="https://drive.google.com/uc?id=17REddcDTo9VTGNAbSoeEVN84oQrILy7Y">Verbal</a>
                <!--<a href="non_verbal.html">Non-verbal</a>-->
                <a href="https://drive.google.com/uc?id=1WApM_NJO5eXRkTeEvt1bwPQCUMH9fr9b">Logical</a>
            </div>
        </li>
        <!--<li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Algebra</a>
            <div class="dropdown-content">
                <a href="ratio.html">Ratio Proportion</a>                
                <a href="expression.html">Expression</a>
                <a href="coefficient.html">Coefficient</a>
                <a href="variable.html">Variable</a>
                <a href="constant.html">Constant</a>
                <a href="equation.html">Equation</a>
            </div>
        </li>-->
        <li><a href="https://drive.google.com/uc?id=1Dwv_XTLbckarJkVR-8e8HtAuYDW-8hMS">Contact</a></li>
        <!--<li><a href="about.html">About</a></li>-->
    </ul>
</nav>

footer.html

 <footer>

    <p>&copy; 2024</p>
    <div class="google-ad">
        <!-- Google Ad Placeholder -->
        <p>Maths 4 kidz</p>
    </div>
</footer>