ayushprojectreport
ayushprojectreport
ON
of
‘O’ Level
National Institute of Electronics and
Information Technology
1
Candidate Declaration
This is to certify that the project work done at NIELIT, New
Delhi, titled “Online Shopping Website” by Mr. Ayush
Singh (NIELIT Registration Number: 1522121) in partial
fulfilment of NIELIT ‘O’ LEVEL Examination has been
found satisfactory. This report has not been submitted for any
other examination and does not form part of any other course
undergone by the candidate. It’s ID further certifies that He /
She has appeared in all the four modules at of NIELIT ‘O’
LEVEL Examination.
Signature Name: Ayush
Name of Guide / Supervisor: Mr. Anil Pandey
2
3
Table Of Contents
S.no Topic Page.
no
1 Introduction to HTML 05-06
10 Bibliography 70
4
Introduction to HTML
(Hyper Text Markup Language)
HTML (Hyper Text Markup Language) is the standard markup language
used to create web pages. Here's an introduction:
Basic Concepts:
1. HTML is used to structure and format content on the web.
2. HTML documents are saved with a .html or .htm extension.
3. HTML uses tags (markdown) to define elements.
HTML Structure:
1. DOCTYPE declaration (e.g., <!DOCTYPE html>)
2. HTML element (<html>)
3. Head element (<head>)
4. Title element (<title>)
5. Body element (<body>)
Basic HTML Tags:
1. Heading tags (<h1>, <h2>, ..., <h6>)
2. Paragraph tags (<p>)
3. Link tags (<a>)
4. Image tags (<img>)
5. List tags (<ul>, <ol>, <li>)
5
6. Table tags (<table>, <tr>, <td>)
Semantic HTML:
1. Header (<header>)
2. Navigation (<nav>)
3. Main content (<main>)
4. Footer (<footer>)
5. Section (<section>)
6. Article (<article>)
Attributes:
1. Id (id="unique-id")
2. Class (class="class-name")
3. Style (style="css-properties")
4. Title (title="tooltip-text")
HTML5 Features:
1. Canvas
2. Video and Audio
3. SVG (Scalable Vector Graphics)
4. Offline Storage
5. Microdata
6
Introduction To CSS
(Cascading Style Sheets)
Here's an introduction to CSS (Cascading Style Sheets:
What is CSS?
Basic Concepts:
1. CSS rules: A set of properties and values that define how an element
should be styled.
2. Selectors: Used to target specific elements or groups of elements.
3. Properties: Define the visual aspect of an element (e.g., color, font,
spacing).
4. Values: Specify the value for a property (e.g., #fff, 16px).
CSS Structure:
1. Type selectors (e.g., h1, p)
2. Class selectors (e.g., .header, .paragraph)
3. ID selectors (e.g., #header, #footer)
4. Pseudo-classes (e.g., :hover, :active)
7
5. Pseudo-elements (e.g., ::before, ::after)
CSS Properties:
CSS Units:
1. Pixels (px)
2. Percent (%)
3. Em
4. Rem
5. Viewport units (e.g., vw, vh)
CSS Selectors:
1. Universal selector (*)
2. Descendant selector (e.g., div p)
3. Child selector (e.g., div > p)
4. Adjacent sibling selector (e.g., div + p)
5. Attribute selector (e.g., [href])
8
CSS Box Model:
1. Content box
2. Padding box
3. Border box
4. Margin box
CSS Positioning:
1. Static positioning
2. Relative positioning
3. Absolute positioning
4. Fixed positioning
5. Sticky positioning
CSS Layout:
1. Block layout (e.g., div, p)
2. Inline layout (e.g., span, a)
3. Flexbox layout
4. Grid layout
5. CSS Grid
CSS Preprocessors:
1. Sass (Syntactically Awesome StyleSheets)
2. Less
3. Stylus
9
Introduction to the Project
Online shopping is a form of electronic commerce which
allows consumers to directly buy goods or services from
a seller over the Internet using a web browser or a mobile
app. Consumers find a product of interest by visiting
the website of the retailer directly or by searching
among alternative vendors using a shopping search
engine, which displays the same product's availability
and pricing at different e-retailers.
10
Online stores usually enable shoppers to use "search"
features to find specific models, brands or items. Online
customers must have access to the Internet and a valid
method of payment in order to complete a transaction,
such as a credit card, an Interac-enabled debit card, or a
service such as PayPal.
11
Online Shopping System , as described above, can lead to
error free, secure, reliable and fast management system. It
can assist the user to concentrate on their other activities
rather to concentrate on the record keeping. Thus it will
help organization in better utilization of resources.
Every organization, whether big or small, has
challenges to overcome and managing the information
of Product, Shopping, Payment, Delivery, Customer.
12
Objective Of the Project
The main objective of the Project on Online Shopping
System is to manage the details of Shopping, Product,
Internet, Payment, Customer. It manages all the
information about Shopping, Delivery, Customer,
Shopping.
13
Thus it will help organization in better utilization of
resources. The organization can maintain computerized
records without redundant entries.
14
Advantages Of
Online Shopping Website
Convenient and Time-Saving: Online shopping is
super convenient and time-saving. It can be done
anytime, 24/7, at home, at work, in the car, at the movies,
on holiday, or anywhere you feel like.
You can select the item you choose without the hassle of
going to a mall or any physical store to buy a sure thing.
.
Huge Range of Options: Online shopping provides
you with an umpteen range of options compared to
offline stores such as showrooms or malls. Online
shopping is done via the internet, an endless medium that
provides various options in one go.
This also helps the shoppers make the best choice in
terms of selection and pricing by getting in on the latest
15
worldwide trends. Yes, just by sitting at your home, you
can shop from retailers in other parts of the world.
16
Disadvantages Of
Online Shopping Website
Risk of fraud
There is a risk of frauds such as hacking, identity theft,
credit card scams, phishing, and other scams during
online shopping.
Amid the pandemic, fraud cases have also increased.
There are multiple offshoot e-commerce websites have
emerged. So, we must be careful while making online
transactions because various fraud websites offer eye-
catching discounts and deals.
Frauds can even be carried out via telephonic calls with
the name of reputed companies to get the buyer's card or
bank details.
Delay in delivery
17
Sometimes buyers have to face an unexpected delay in
the delivery of the booked item. Booking an order hardly
takes five minutes, but its delivery sometimes takes a
delay of 5-10 days. While, if we shop the things offline
from the store, we can get our product instantly.
18
after that, users may face difficulties because of varied
return and refund policies.
19
Coding Of the Website
Code for Navigation system: -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-
width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link
href="https://fonts.googleapi
s.com/css?family=Poppins:1
00,200,300,400,500,600,700,80
0,900&display=swap" rel="stylesheet">
<title>Hexashop Ecommerce HTML CSS
Template</title>
<link rel="stylesheet"
href="assets/css/owlcar
ousel.css">
<link rel="stylesheet"
href="assets/css/lightbox.css
">
<!--
https://templatemo.com/tm-571-hexashop
-->
</head>
<body>
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
21
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<a href="index.html"
class="logo">
<span style="color:
black;">Ayush Singh</span>
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section"><a
href="#top"
class="active">Home</a></li
>
<li class="scroll-to-section"><a
href="#men">Men's</a></li
>
22
<li class="scroll-to-section"><a
href="#women">Women's</ a></li>
<li class="scroll-to-section"><a
href="#kids">Kid's</a></li>
<li class="submenu">
<a
href="javascript:;">Pages</a
>
<ul>
<li><a
href="about.html">About Us</a></li>
<li><a
href="products.html">Produ
cts</a></li>
<li><a href="single-
product.html">Single Product</a></li>
<li><a
href="contact.html">Contact Us</a></li>
</ul>
</li>
<li class="submenu">
<a
href="javascript:;">Features
</a>
<ul>
<li><a href="#">Features
Page 1</a></li>
<li><a href="#">Features
Page 2</a></li>
23
<li><a href="#">Features
Page 3</a></li>
<li><a rel="nofollow"
href="https://templatemo.co
m/page/4"
target="_blank">Template Page
4</a></li>
</ul>
</li>
<li class="scroll-to-section"><a
href="#explore">Explore</a
></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="main-borderbutton">
<a href="#">Purchase
Now!</a>
</div>
</div>
<img src="assets/images/left-
banner-image.jpg" alt="">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-content">
<div class="row">
<div class="col-lg-6">
<div class="right-first-
image">
<div class="thumb">
<div class="inner-
content">
<h4>Women</h4>
<span>Best Clothes
For Women</span>
</div>
25
<div class="hover-
content">
<div class="inner">
<h4>Women</h4>
<p>Lorem ipsum dolor sit amet, conservisii ctetur
adipiscing elit incid.</p>
<div class="main-
border-button">
<a
href="#">Discover More</a>
</div>
</div>
</div>
<img
src="assets/images/banerright-image-
01.jpg">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-first-
image">
<div class="thumb">
<div class="inner-
content">
<h4>Men</h4>
<span>Best Clothes
For Men</span>
</div>
26
<div class="hover-
content">
<div class="inner">
<h4>Men</h4>
<p>Lorem ipsum dolor sit
amet, conservisii ctetur
adipiscing elit incid.</p>
<div class="main-
border-button">
<a
href="#">Discover More</a>
</div>
</div>
</div>
<img
src="assets/images/banerright-image-
02.jpg">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-first-
image">
<div class="thumb">
<div class="inner-
content">
<h4>Kids</h4>
<span>Best Clothes
For Kids</span>
</div>
27
<div class="hover-
content">
<div class="inner">
<h4>Kids</h4>
<p>Lorem ipsum dolor sit
amet, conservisii ctetur
adipiscing elit incid.</p>
<div class="main-
border-button">
<a
href="#">Discover More</a>
</div>
</div>
</div>
<img
src="assets/images/banerright-image-
03.jpg">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-first-
image">
<div class="thumb">
<div class="inner-
content">
<h4>Accessories</h4>
<span>Best Trend
Accessories</span>
28
</div>
<div class="hover-
content">
<div class="inner">
<h4>Accessories</h4
>
<p>Lorem ipsum dolor sit
amet, conservisii ctetur
adipiscing elit incid.</p>
<div class="main-
border-button">
<a
href="#">Discover More</a>
</div>
</div>
</div>
<img
src="assets/images/banerright-image-
04.jpg"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Main Banner Area End ***** -->
29
<!-- ***** Men Area Starts ***** -->
<section class="section" id="men">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-heading">
<h2>Men's Latest</h2>
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
30
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/men-
01.jpg" alt="">
</div>
<div class="down-content">
<h4>Classic Spring</h4>
<span>$120.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
31
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/men02.jpg"
alt="">
</div>
<div class="down-content">
<h4>Air Force 1 X</h4>
<span>$90.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
32
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/men-
03.jpg" alt="">
</div>
<div class="down-content">
<h4>Love Nana ‘20</h4>
<span>$150.00</span>
<ul class="stars">
33
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
34
src="assets/images/men-
01.jpg" alt="">
</div>
<div class="down-content">
<h4>Classic Spring</h4>
<span>$120.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Men Area Ends ***** -->
<div class="section-heading">
<h2>Women's Latest</h2>
<span>Details to details is what
makes Hexashop different from the
other
themes.</span>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="women-item-carousel">
<div class="owl-women-item owlcarousel">
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
36
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/women01.jpg"
alt="">
</div>
<div class="down-content">
<h4>New Green
Jacket</h4>
<span>$75.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
37
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/women-
02.jpg" alt="">
</div>
<div class="down-content">
<h4>Classic Dress</h4>
<span>$45.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
38
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/women-
03.jpg" alt="">
</div>
<div class="down-content">
<h4>Spring
Collection</h4>
<span>$130.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
39
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/women-
01.jpg" alt="">
</div>
40
<div class="down-content">
<h4>Classic Spring</h4>
<span>$120.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Women Area Ends ***** -->
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
43
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/kid-
02.jpg" alt="">
</div>
<div class="down-content">
<h4>Summer Cap</h4>
<span>$12.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
44
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/kid-
03.jpg" alt="">
</div>
<div class="down-content">
<h4>Classic Kid</h4>
<span>$30.00</span>
<ul class="stars">
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
45
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
<div class="item">
<div class="thumb">
<div class="hovercontent">
<ul>
<li><a href="single-
product.html"><i class="fa fa-
eye"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
star"></i></a></li>
<li><a href="single-
product.html"><i class="fa fa-
shoppingcart"></i></a></li>
</ul>
</div>
<img
src="assets/images/kid-
01.jpg" alt="">
</div>
<div class="down-content">
<h4>Classic Spring</h4>
<span>$120.00</span>
<ul class="stars">
46
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
<li><i class="fa
fastar"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Kids Area Ends ***** -->
48
href="https://paypal.me/tem platemo"
target="_blank">support
us</a> a little via PayPal.
Please also tell your friends about
our great website. Thank you.</p>
<div class="main-border-button">
<a
href="products.html">Disco ver
More</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-content">
<div class="row">
<div class="col-lg-6">
<div class="leather">
<h4>Leather Bags</h4>
<span>Latest
Collection</span>
</div>
</div>
<div class="col-lg-6">
<div class="first-image">
<img
src="assets/images/exploreimage-01.jpg"
alt="">
</div>
</div>
<div class="col-lg-6">
49
<div class="second-image">
<img
src="assets/images/exploreimage-02.jpg"
alt="">
</div>
</div>
<div class="col-lg-6">
<div class="types">
<h4>Different Types</h4>
<span>Over 304
Products</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Explore Area Ends ***** -->
50
<span>Details to details is what
makes Hexashop different from the
other
themes.</span>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row images">
<div class="col-2">
<div class="thumb">
<div class="icon">
<a href="http://instagram.com">
<h6>Fashion</h6>
<i class="fa fa-
instagram"></i>
</a>
</div>
<img
src="assets/images/instagra m-01.jpg"
alt="">
</div>
</div>
<div class="col-2">
<div class="thumb">
<div class="icon">
<a href="http://instagram.com">
51
<h6>New</h6>
<i class="fa fa-
instagram"></i>
</a>
</div>
<img
src="assets/images/instagra m-02.jpg"
alt="">
</div>
</div>
<div class="col-2">
<div class="thumb">
<div class="icon">
<a href="http://instagram.com">
<h6>Brand</h6>
<img
src="assets/images/instagra m-04.jpg"
alt="">
</div>
</div>
<div class="col-2">
<div class="thumb">
<div class="icon">
<a href="http://instagram.com">
<h6>Leather</h6>
<i class="fa fa-
instagram"></i>
</a>
</div>
<img
src="assets/images/instagra m-05.jpg"
alt="">
</div>
</div>
<div class="col-2">
<div class="thumb">
<div class="icon">
<a href="http://instagram.com">
<h6>Bag</h6>
<i class="fa fa-
instagram"></i>
53
</a>
</div>
<img
src="assets/images/instagra m-06.jpg"
alt="">
</div>
</div>
</div>
</div>
</section>
<div class="row">
54
<div class="col-lg-5">
<fieldset>
<input name="name" type="text"
id="name"
placeholder="Your Name" required="">
</fieldset>
</div>
<div class="col-lg-5">
<fieldset>
<input name="email" type="text"
id="email"
pattern="[^ @]*@[^ @]*"
placeholder="Your Email Address"
required="">
</fieldset>
</div>
<div class="col-lg-2">
<fieldset>
<button type="submit" id="form-
submit"
class="main-dark-
button"><i class="fa fa-
paper-plane"></i></button>
</fieldset>
</div>
</div>
</form>
</div>
<div class="col-lg-4">
<div class="row">
55
<div class="col-6">
<ul>
<li>Store
Location:<br><span>Sunny
Isles Beach, FL 33160, United
States</span></li>
<li>Phone:<br><span>010-
020-0340</span></li>
<li>Office
Location:<br><span>North
Miami Beach</span></li>
</ul>
</div>
<div class="col-6">
<ul>
<li>Work
Hours:<br><span>07:30 AM
- 9:30 PM Daily</span></li>
<li>Email:<br><span>info@c
ompany.com</span></li>
<li>Social
Media:<br><span><a
href="#">Facebook</a>, <a
href="#">Instagram</a>, <a
href="#">Behance</a>, <a
href="#">Linkedin</a></spa n></li>
</ul>
</div>
</div>
56
</div>
</div>
</div>
</div>
<!-- ***** Subscribe Area Ends ***** -->
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="first-item">
<div class="logo">
<span class="" style="color:white
">Ayush singh</span>
</div>
<ul>
<li><a href="#">Ayuah
Singh</a></li>
<li><a
href="#">ayushsinghjld22@
gmail.com</a></li>
<li><a
href="#">9919506727</a></li
</ul>
</div>
</div>
<div class="col-lg-3">
57
<h4>Shopping &
Categories</h4>
<ul>
<li><a href="#">Men’s
Shopping</a></li>
<li><a href="#">Women’s
Shopping</a></li>
<li><a href="#">Kid's
Shopping</a></li>
</ul>
</div>
<div class="col-lg-3">
<h4>Useful Links</h4>
<ul>
<li><a
href="#">Homepage</a></li
>
<li><a href="#">About Us</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3">
<h4>Help & Information</h4>
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">FAQ's</a></li>
<li><a
href="#">Shipping</a></li>
58
<li><a href="#">Tracking
ID</a></li>
</ul>
</div>
<div class="col-lg-12">
<div class="under-footer">
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery-
2.1.0.min.js"></script>
59
<script
src="assets/js/owlcarousel.js
"></script>
<script src="assets/js/accordions.js"></script>
<script src="assets/js/datepicker.js"></script>
<script
src="assets/js/scrollreveal.mi
n.js"></script>
<script
src="assets/js/waypoints.min
.js"></script>
<script
src="assets/js/jquery.counter
up.min.js"></script>
<script
src="assets/js/imgfix.min.js"
></script>
<script src="assets/js/slick.js"></script>
<script src="assets/js/lightbox.js"></script> <script
src="assets/js/isotope.js"></script>
<script>
$(function() {
var selectedClass = "";
$("p").click(function(){
selectedClass = $(this).attr("data-rel");
60
$("#portfolio").fadeTo(50, 0.1);
$("#portfolio
div").not("."+selectedClass).f adeOut();
setTimeout(function() {
$("."+selectedClass).fadeIn();
$("#portfolio").fadeTo(50, 1);
}, 500);
});
});
</script>
</body>
</html>
61
Screenshots of Some
Output Pages
62
Future Scope Of Online
Shopping Website
Ecommerce is ever-changing. Not long ago, mobile
technology disrupted the industry. Today, AI and other
technologies shape how merchants present products and
connect with customers.
63
of personal referrals and unearthing a wealth of
untapped customer data.
Mastering the art of dark social is not just a competitive
advantage, but a must-have strategy.
Here are some tips to help you capitalize on this future
trend:
• Discover the invisible: Adopt tools capable of
tracking these hidden content shares.
• Boost shareability: Make your products irresistible
for sharing on private channels.
• Foster communities: Form private groups or
communities to keep the conversation going and
gather valuable feedback.
2. Q-commerce growth
Another ecommerce trend on the horizon is Qcommerce,
also known as quick commerce. Fueled by the likes of
Amazon Prime Now and other innovative players, Q-
commerce is revolutionizing the way products are
delivered to consumers.
The concept is simple: fast and convenient delivery,
sometimes within minutes. This trend has gained traction
due to increasing consumer demand for immediate access
to goods.
Businesses are pivoting to meet this demand. For
example, the shopping app Need for It Tonight recently
partnered with courier service Gophr to offer a 90-minute
delivery service for fashion items.
64
As this trend gains traction, more businesses are expected
to take steps like partnering with local delivery services
and investing in last-mile logistics to provide quick and
efficient deliveries.
To adapt to the rising trend of voice commerce, consider
optimizing your product information pages for common
voice search commands. Below are some tips:
65
Angela Caglia, and Natori are ahead of the curve.
They’ve seamlessly integrated shoppable videos into
their platforms.
And the result? Enhanced user engagement.
Effective product demos. Personalized ads. Shoppable
videos aren’t just a trend—they’re the future of
interactive ecommerce.
employees time and resources for more important work.
For example, an ecommerce business that possesses large
warehouses to carry out its operations can invest in
robotics to become more efficient and free up staff to do
more important tasks in the fulfillment process.
Supply chain management can benefit from automation
software that can schedule inventory alerts for reordering
when stock gets low.
The sky’s the limit for ecommerce businesses. With a little
research, you can find software that streamlines and
automates various processes.
6. Prioritizing sustainability
As consumers become vocal about climate change, more
and more companies will have to develop initiatives
around sustainability. Doing so can be good for business:
Studies show that climate-first stores achieved 5.8 times
faster growth and saw their conversion rates increase by
20%.
Although there are several ways to showcase
sustainability, an easy route is to use sustainable
packaging. Online store ASOS leverages this tactic to
66
ensure customers are satisfied with the way it does
business.
Whether it’s eco-friendly packaging or using suppliers
that put climate first, finding ways to be more sustainable
will be a crucial trend moving forward.
7. Device-first thinking
When it comes to mobile commerce, one thing is clear:
There will be much more importance placed on the
devices that buyers use when they’re shopping online.
But why exactly? It’s because brands want to provide
native experiences in order to foster customer loyalty.
8. Personalization
Personalization is no longer a luxury in ecommerce, it’s a
demand.
Consider this: 76% of buyers prioritize brands that offer
tailored communications. But it’s not about
overcomplicating things—often simple gestures like a
tailored email, a custom-made discount code, or other
personal touches that make the difference.
So, the next step for online merchants? Prioritize
personalization on your website, social media platforms,
and other channels of communication.
67
9. Enhancing customer experience
Both the pre-purchase and post-purchase customer
experiences are pivotal in determining the success rate of
an online business.
Onboarding top-tier sales assistants who are adept at
navigating customers through the sales journey can
mitigate any potential apprehensions they might
encounter.
Diligently reviewing your online sales process to match
customer expectations is essential. This involves in-depth
user testing of your sales channels and checkout
procedures with real customers to detect and rectify any
challenges they face.
Areas to focus on during user testing include:
• Your Call to action
• The length of your checkout process
• The information asked for on the checkout page
• Your messaging
• Your product page flow
Actively refining these elements should help uplift your
business’s customer experience.
68
the gap between businesses and clients, wherever they
are in the world.
But here’s the part most people miss: The power
of AI isn’t confined to conversation. It’s revolutionizing
inventory management, streamlining reordering
processes, and basically becoming the behind-the-scenes
ninja every ecommerce owner wishes they had earlier.
Using Shopify? Take note of these AI apps—they could
be the secret sauce your store needs.
69
BIBLIOGRAPHY
I can complete this project with the help of: -
70