-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflix6.html
58 lines (58 loc) · 3.47 KB
/
netflix6.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banner_six</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style6.css">
</head>
<body>
<div id="banner6">
<div class="content">
<div class="question">
<div>
<h1>Frequently Asked Questions</h1>
</div>
<div class="question1">
<div class="q"><label for="check1" class="q1"><p>What is Netflix?</p></label></div>
<input type="checkbox" id="check1" checked>
<div class="ans1">
<P>
Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime, documentaries and more – on thousands of internet-connected devices.
You can watch as much as you want, whenever you want, without a single ad – all for one low monthly price. There's always something new to discover, and new TV shows and movies are added every week
</P>
</div>
</div>
<div class="question2">
<div class="q"><label for="check2" class="q1"><p>How much does Netflix cost?</p></label></div>
<input type="checkbox" id="check2" checked>
<div class="ans2">
<P>
Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed monthly fee. Plans range from ₹149 to ₹649 a month. No extra costs, no contracts.
</P>
</div>
</div><div class="question3">
<div class="q"><label for="check3" class="q1"><p>Where can i watch?</p></label></div>
<input type="checkbox" id="check3" checked>
<div class="ans3">
<P>
Watch anywhere, anytime. Sign in with your Netflix account to watch instantly on the web at netflix.com from your personal computer or on any internet-connected device that offers the Netflix app, including smart TVs, smartphones, tablets, streaming media players and game consoles.
You can also download your favourite shows with the iOS or Android app. Use downloads to watch while you're on the go and without an internet connection. Take Netflix with you anywhere.
</P>
</div>
</div><div class="question4">
<div class="q"><label for="check4" class="q1"><p>How do i cancel?</p></label></div>
<input type="checkbox" id="check4" checked>
<div class="ans4">
<P>
Netflix is flexible. There are no annoying contracts and no commitments. You can easily cancel your account online in two clicks. There are no cancellation fees – start or stop your account anytime.
</P>
</div>
</div>
</div>
<form action="#"></form>
</div>
</div>
</body>
</html>