-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm.html
More file actions
52 lines (51 loc) · 1.47 KB
/
Form.html
File metadata and controls
52 lines (51 loc) · 1.47 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
<html>
<head>
<title>Form</title>
<link rel="stylesheet" type="text/css" href="dimplegaurrR.css">
<h1><center><marquee direction="right"><font color="red"> It's natural that I want to recreate a home!</font> </marquee></center></h1>
<br>
<img src="https://static.wixstatic.com/media/d31a94_80bd390748954313b77d0689b7f20217~mv2.jpg/v1/fill/w_940,h_515,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/transizione-energetica_riv.jpg" alt="Green Economy" width="320px" height="100px">
</head>
<body>
<form>
<table>
<tr>
<td>Name
<td><Input type="text" placeholder"Name" name-"">
</td>
</tr>
<tr>
<td>Age
<td><Input type="age" placeholder="">
</td>
</tr>
<tr>
<td>Gender
<td><Input type="radio" name="gender">Male
<Input type="radio" name="gender">Female
</td>
</tr>
<tr>
<td> The objectives of the Topics Are Clearly Defined.
<td><Input type="radio" name="Is saving nature important">Yes
<Input type="radio" name="Is saving nature important">NO
</td>
</tr>
<tr>
<td> Is Rural Development important.
<td><Input type="radio" name="Is saving nature important">Yes
<Input type="radio" name="Is saving nature important">NO
</td>
</tr>
<tr>
<td> How would you like to contribute about this cause.
<td><Input type="checkbox"Donation">Donation
<td><Input type="checkbox"Volunteering">Volunteering
<td><Input type="checkbox"Poster/Slogan">Poster/Slogan
</td>
</tr>
</table>
</form>
<h1>THANKS FOR YOUR PATIENCE & SUPPORT</h1>
</body>
</html>