-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
54 lines (43 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<Fieldset>
<img src="DSC_0359.jpg" width="300" height="400" alt="DSC_0359.jpg">
<legend>Quantum Wave</legend>
<marquee style= "color:red; font-size:50px;" scrollamount="12" > This is the project submited to Nirjhareeni mam </marquee>
<fieldset>
<legend>Contact us</legend>
<form >
<label for="fname">First Name </label>
<input type="text">
<br><br>
<label for="lname">Last Name </label>
<input type="text">
<br><br>
<label for="email">Email
</label>
<input type="email">
<br><br>
<label for="phone">Phone no. </label>
<input type="text">
<br><br>
<label for="gender">Gender </label>
<input type="radio" value="male" name="radioa">Male
<input type="radio" value="female" name="radioa" >Female
<br><br>
<label for="tdc">I agree to terms and conditions </label>
<input type="checkbox">
<br><br>
</form>
<a href="ty.html">
<button style= background-color:blue;border-color:red;color:black> submit</button></a>
</fieldset>
</Fieldset>
</body>
</html>