best ecommerce html templates
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div class="ecomercetemplate">
<button class="templatenavbtn"><a>Home</a></button>
<button class="templatenavbtn"><a>Help</a></button>
<button class="templatenavbtn"><a>Rate us</a></button>
<input type="search" placeholder="Search for Products">
<button class="templatenavbtn"><a>About</a></button>
<button class="templatenavbtn"><a>Feedback</a></button>
</div>
<style>
/* Your style here */
body{
}
.ecomercetemplate{
}
.templatenavbtn{
}
</style>
</body>
</html>