My Website

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Laptop Store</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <header>
        <h1>Welcome to Laptop Store</h1>
        <nav>
            <ul>
                <li><a href="#home">Home</a></li>
                <li><a href="#products">Products</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </nav>
    </header>

    <section id="products">
        <h2>Our Laptops</h2>
        <div class="product-grid">
            <!-- Product 1 -->
            <div class="product-card">
                <img src="laptop1.jpg" alt="Laptop 1">
                <h3>Laptop Model 1</h3>
                <p>High-performance laptop with the latest processor.</p>
                <p class="price">$999.99</p>
                <button onclick="addToCart('Laptop Model 1')">Add to Cart</button>
            </div>

            <!-- Product 2 -->
            <div class="product-card">
                <img src="laptop2.jpg" alt="Laptop 2">
                <h3>Laptop Model 2</h3>
                <p>Ultra-slim design with long battery life.</p>
                <p class="price">$1299.99</p>
                <button onclick="addToCart('Laptop Model 2')">Add to Cart</button>
            </div>

            <!-- Product 3 -->
            <div class="product-card">
                <img src="laptop3.jpg" alt="Laptop 3">
                <h3>Laptop Model 3</h3>
                <p>Gaming laptop with high-end graphics card.</p>
                <p class="price">$1999.99</p>
                <button onclick="addToCart('Laptop Model 3')">Add to Cart</button>
            </div>
        </div>
    </section>

    <footer id="contact">
        <p>&copy; 2023 Laptop Store. All rights reserved.</p>
        <p>Contact us: info@laptopstore.com</p>
    </footer>

    <script src="script.js"></script>
</body>
</html>

Comments

Popular posts from this blog

Learn Termux Command

All Customer Care Contact: