-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
59 lines (59 loc) · 2.41 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Potta+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="contact_style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<title>Contact</title>
</head>
<body >
<div class="header">
<img src="Mlogo.jpg" class="logo">
<a href="Form.html" class="homee" target="_blank">Home</a>
<a href="#" class="us">Contact Us</a>
</div>
<form >
<h2 align="center">Contact Information</h2>
<p>
Name :- <input type="text" required placeholder="your name" class="country">
</p>
<p>
Email Id :- <input type="email" name="" id="" required placeholder="your email-id" class="country">
</p>
<p>
Mobile No. :- <input type="number" required placeholder="your mobile no." class="country">
</p>
<p>
<fieldset>
<legend>
Country :-
</legend>
<input type="radio" name="desh">India <br>
<input type="radio" name="desh">Pakistan <br>
<input type="radio" name="desh">Nepal <br>
<input type="radio" name="desh">Sri Lanka <br>
<input type="radio" name="desh">Bangladesh <br>
If Other, then write below
<br><input type="text" placeholder="e.g. UAE" class="country"> <br>
</fieldset>
</p>
<p class="proceed">
<input type="submit" name="Proceed" class="submit" >
</p>
</form>
<ul class="home">
<li><a href="Form.html" target="_blank">Home</a></li>
</ul>
<fieldset id="captain_field">
<legend id="america_leg">
<img src="Captain America.jpg" alt="ME" id="cap_ame">
</legend>
Captain America is a superhero appearing in American comic books published by Marvel Comics.
Created by cartoonists Joe Simon and Jack Kirby, the character first appeared in Captain America Comics #1 (cover dated March 1941) from Timely Comics.
</fieldset>
</body>
</html>