-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (30 loc) · 1.22 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
<!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">
<title>CONTACT INFO</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="favicon.ico">
</head>
<body>
<p><em><strong>MY CONTACT DETAILS ARE AS FOLLOWS :</strong></em></p><br>
<ol type="A">
<li><strong>CONTACT NO. +91 8100404188</strong><br></li>
<li><strong><a href = "mailto:riyanop786@gmail.com">EMAIL</a></strong></li>
<li><strong><a href = "https://www.linkedin.com/in/abdul-riyan-83965122a/">LINKEDIN</a></strong></li>
<li><strong><a href = "https://www.instagram.com/riyanxop/?hl=en">INSTAGRAM</a></strong></li>
</ol>
<hr>
<form action="mailto: riyanop786@gmail.com">
<label>YOUR NAME : </label>
<input type = "text" name="NAME : " value=""><br>
<label>YOUR E-MAIL : </label>
<input type = "email" name="NAME : " value=""><br>
<label>YOUR MESSAGE : </label><br>
<textarea name="YOUR MESSAGE" rows = "10" cols="30"></textarea><br>
<input type = "submit">
</form>
</body>
</html>