-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
38 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frequently Asked Questions</title>
</head>
<header>
<h1 id="header">Frequently Asked Questions</h1>
<p id="headerp">Browse through the most frequently asked questions</p>
</header>
<body>
<div id="div1">
<h2>How can I track my order?</h2>
<p>You an track your order using the following steps:</p>
<ol>
<li>Go to Order <a href="">Tracking page.</a> </li>
<li> Enter your order number and email address.</li>
<li>Click on the Track Order button to view the current status of your shipment.</li>
</ol>
<p>If you encounter any issues, please visit our <a href="">Help Center.</a> </p>
</div>
<hr>
<div id="div2">
<h3>What is your return policy?</h3>
<p>We offer a 30-day return policy on most items. Here are some key points:</p>
<ul>
<li> <b>Items must be in original condition:</b> Unworn, unused, and unwashed.</li>
<li> <b>Include original packaging, and tags:</b> All items should be returned with original packaging and tags.</li>
<li> <b>Proof of purchase:</b> A receipt or proof of purchases is required.</li>
</ul>
<p>For more detailed information, read our full <a href="">Return Policy.</a> </p>
</div>
</body>
</html>