forked from Mohitkumar33/initial-html-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (64 loc) · 4.19 KB
/
index.html
File metadata and controls
68 lines (64 loc) · 4.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Online shopping </title>
</head>
<link rel="stylesheet" type="text/css" href="STYLE.CSS">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div class="container">
<div class="blog-post">
<h1>ONLINE SHOPPING</h1>
<p class="date">JUNE 12TH, 2015</p>
<p>
<br>
<strong>Online shopping </strong>is the process of<em> buying goods</em> and services from <u>merchants</u> over the Internet. Since the emergence of the World Wide Web, merchants have sought to sell their products to people who spend time online. Shoppers can visit web stores from the comfort of their homes and shop as they sit in front of the computer.
<br>
<br>
Consumers can buy a huge variety of items from online stores, and just about anything can be purchased from companies that provide their products online. Books, clothing, household appliances, toys, hardware, software, and health insurance are just some of the hundreds of products consumers can buy from an online store. <br>
<br>
Link to few popular stores are given below.
<br>
<br>
<img src="/image%20logos.jpg" height="200" width="100" alt="logos"><br>
<a href="http://www.flipkart.com" target="_blank">Link to flipkart</a><br>
<a href="http://www.amazon.com" target="_blank">Link to amazon</a><br>
<a href="http://www.jabong.com" target="_blank">Link to jabong</a><br>
<a href="http://www.snapdeal.com" target="_blank">Link to snapdeal</a>
</p> <p>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. 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. As of 2020, customers can shop online using a range of different computers and devices, including desktop computers, laptops, tablet computers and smartphones.</p>
<h2>How does online shopping work</h2>
<p>
Above all, you will need an Internet connection, a debit or credit card, and a secure password. You may also need to have an email address or mobile phone number.Most retailers will allow you to make up your password. Make sure it is a password that nobody could guess. Avoid your birthdate and those of relatives. Ideally, you should include a combination of letters, numbers, and higher and lower cases.You then scroll through the items the retailer is offering. Sometimes they will have a category list, such as furniture, sports equipment, gardening, etc.Most retailers also have a search facility. This means that you can write the name of the item you seek to determine whether they have it.
<br>
<img src="img2.jpg" height="200" width="100">
</p>
</div>
<div class="second-post">
SECOND POST
</div>
<div class="third-post">
THIRD POST
</div>
<div class="fourth-post">
FOURTH POST
</div>
<div class="fifth-post">
FIFTH POST
</div>
<div class="sixth-post">
SIXTH POST
</div>
<div class="clearfix"> </div>
<div class="author-text">
<p class="author-text">
<img src="IMG_1736.JPG" alt="author" height="" width="50"><br>
Mohit kumar</p>
<a href="fb.com" class="fa fa-facebook"></a>
<a href="www.twitter.com" class="fa fa-twitter"></a>
<a href="www.linked.com/in" class="fa fa-linkedin"></a>
<a href="www.instagram.com" class="fa fa-instagram"></a>
<a href="www.hithub.com" class="fa fa-github"></a
</div>
</div>
</body>
</html>