**
<title>Clothing Shopping Website</title> Home Products About ContactWe offer a wide variety of clothing for men, women, and children. We have something for everyone, so take a look around and find the perfect outfit for you!
<section>
<h2>Featured Products</h2>
<div class="products">
<div class="product">
<img src="img 1.jpg" alt="Product 1">
<h3>DARK BLUE HIGH WAIST SKINNY JEANS</h3>
<p>$19.99</p>
<a href="#">Add to Cart</a>
<img src="img 2.jpg" alt="Product 2">
<h3>70'S SLIM BLACK BOOTCUT JEANS</h3>
<p>$19.99</p>
<a href="#">Add to Cart</a>
<img src="img.3.jpg" alt="Product 3">
<h3>90'S GOOD STRAIGHT JEANS</h3>
<p>$19.99</p>
<a href="#">Add to Cart</a>
<img src="img 4.jpg" alt="Product 4">
<h3>SHAGGY STRAIGHT JEANS</h3>
<p>$19.99</p>
<a href="#">Add to Cart</a>
<img src="img 5.jpg" alt="Product ">
<h3>MAYTIME STRAIGHT JEANS</h3>
<p>$19.99</p>
<a href="#">Add to Cart</a>**# My-HTML-Project.