-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSrayascontact.html
More file actions
35 lines (35 loc) · 1.48 KB
/
Srayascontact.html
File metadata and controls
35 lines (35 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<img class="contactpageimage circularradius"src="E:\New Web Test\HTML-Prersonal Site\1stattepmt\Images\Awesome.jpg" alt="This is used to get image from locally">
<h1 id="heading">Srayas Contact details</h1>
<h3>My Fictional Address</h3>
<p>Mobile:098654321</p>
<p>Mailid:asdfg@gmail.com</p>
<hr>
<h3>If you need to contact me please fill the form below</h3>
<form class=""action="mailto:srayaskv@gmail.com" method="post" enctype="text/plain">
<label for="">Your Name</label>
<input type="text" name="Your Naame" id=""><br>
<label for="">Your email</label>
<input type="email" name="Your email" id=""><br>
<label for="">Password</label>
<input type="password" name="Your password" id=""><br>
<label class="date">Pick a date for an appointment</label><br>
<input type="date" name="date" id=""><br>
<label for="">Upload your file</label>
<input type="file" name="file" id=""><br>
<label for="">Your Message</label>
<textarea name="Your Message" id="" cols="30" rows="10"></textarea><br>
<hr>
<input type="submit" ><br>
</form>
</body>
</html>