-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (85 loc) · 3.17 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="google.css" type="text/css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/8cf2a28e99.js" crossorigin="anonymous"></script>
</head>
<body>
<form action=""
https://docs.google.com/forms/u/0/d/e/1FAIpQLSd2QpUVbkXmtyjwet0oH-IQk_W9dyy05OB9xm20029bV9TOxA/formResponse"
method="POST">
<header class="gpform">
<div class="container">
<div class="topbar">
<h1>THIS IS GOOGLE FORM</h1>
</div>
</div>
</header>
<section id="question">
<div class="container">
<div class="questionWrapper">
<div class="Wrapper">
<div class="singleWrapper">
<h1>Exam Test</h1>
<i class="fas fa-star"><span>Required</span></i>
</div>
<div class="singleWrapper2">
<h1>What is your name?</h1>
<textarea type placeholder="Enter your Answer" ></textarea>
</div>
<div class="singleWrapper2">
<h1>Write something about you?</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div>
<div class="singleWrapper2">
<h1>Write down a book name which you have read?</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div>
<div class="singleWrapper2">
<h1>Write your district postal code.</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div>
<div class="singleWrapper2">
<h1>Exam Test</h1>
<input type="checkbox"/>9240<br/>
<input type="checkbox"/>9241<br/>
<input type="checkbox"/>9261<br/>
<input type="checkbox"/>9000<br/>
<input type="checkbox"/>9100<br/>
<input type="checkbox"/>other<br/>
</div>
<div class="singleWrapper2">
<h1>Exam Test</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div>
<div class="singleWrapper2">
<h1>Exam Test</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div>
<div class="singleWrapper2">
<h1>Exam Test</h1>
<textarea placeholder="Enter your Answer"></textarea>
</div><br/>
<br/><br/>
<div class="btn">
<button><a href="https://www.facebook.com/afraem.ahsan/?viewas=100000686899395">Submit</a></button>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="copy">
<h1>Never submit passwords through Google Forms.</h1>
</div>
<div class="copy2">
<h1>This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy.</h1>
</div>
</div>
</footer>
</form>
</body>
</html>