0% found this document useful (0 votes)
12 views2 pages

1

The document is an HTML template for an e-commerce website titled 'Chris-SHOPPING'. It includes a header with navigation links, a search bar for products, and a section showcasing an item (iPhone Double SIM) with its details and price. The layout is designed to facilitate online shopping with a focus on user accessibility.

Uploaded by

otysyano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

1

The document is an HTML template for an e-commerce website titled 'Chris-SHOPPING'. It includes a header with navigation links, a search bar for products, and a section showcasing an item (iPhone Double SIM) with its details and price. The layout is designed to facilitate online shopping with a focus on user accessibility.

Uploaded by

otysyano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Catalogue</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Conteneur">
<div class="entete">
<div class="titre">
<h2>Commerce Electronique</h2>
</div>
<div class="menus vertical-menu">
<a href="#">Accueil</a>
<a href="#">Se connecter</a>
<a href="#">S'inscrire</a>
<a href="#">Shopping</a>
</div>
</div>
<div class="recherche">
<div class="pres">
<h2>Chris-SHOPPING</h2>
<p>Articles disponibles</p>
</div>
<div class="zone">
<input type="text" placeholder="Rechercher par nom ou
catégorie">
<button>Rechercher</button>
</div>
</div>
<div class="catalogue">
<div class="Articles">
<div class="images" style="background: url(OBJETS/Apple-
iPhone-16e-6-1-5G-Double-SIM-128-Go-Blanc.jpg)no-repeat 50 50;">
<div class="Details">
<P>iphone Diuble sim</P>
<p>Fabrication Europe</p>
<p>Prix: 200$</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

You might also like