Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Alishba kazmi

70147514

Website name: TrendSphere


<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

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

<title>Your Clothing Store</title>

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

</head>

<body>

<header>

<h1>TrendSphere</h1>

<nav>

<ul>

<li><a href="#https://2d30bb-2.myshopify.com/">Home</a></li>

<li><a href="#https://2d30bb-2.myshopify.com/collections/all">Catalogue</a></li>

<li><a href="#https://2d30bb-2.myshopify.com/pages/contact">Contact</a></li>

</ul>

</nav>

</header>

<section id="home">

<h2>Welcome to Our Clothing Store!</h2>

<p>Discover the latest trends in fashion.</p>

</section>
<section id="shop">

<h2>Shop Now</h2>

<th colspan= "3">

<tr> <img src="https://2d30bb-2.myshopify.com/cdn/shop/files/c60902d5-0152-43e6-


82ea-ad894848558b.jpg?v=1705593266&width=360" width="320px"> Rs 7500 </tr>

<tr> <img src="https://2d30bb-2.myshopify.com/cdn/shop/files/all-over-print-recycled-


unisex-hoodie-white-front-65a9215a78489.jpg?v=1705582953&width=360" width="320px"> Rs 9900
</tr>

<tr> <img src="https://2d30bb-2.myshopify.com/cdn/shop/files/895742187359.jpg?


v=1705594823&width=360" width="320px"> Rs 4567 </tr>

</section>

<section id="contact">

<h2>Contact Us</h2>

<p>Reach out to us with any questions or concerns</p>

<body> Trendspherebyshopify@gmail.com </body>

</section>

<footer>

<p>&copy; 2024 Your Clothing Store. All rights reserved</p>

</footer>

</body>

</html>

You might also like