-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONATCT ME.html
35 lines (33 loc) · 1.07 KB
/
CONATCT ME.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>MY CONTACT DETAILES</h1>
<p>i'm workign as mod in a specifc server where no. of people </p>
<p>[email protected]</p>
<form action="mailto:[email protected]" method="" enctype="text/plain">
<label>Your Name:</label>
<input type="text" name="YourName" id=""><br>
<label>You Email:</label>
<input type="email" name="YourEmail"><br>
<label>Your Message</label><br>
<textarea name="your Message" cols="30" rows="10"></textarea><br>
<input type="password" name="" value="">
<button>login</button>
</label>
</form>
</body>
</html>
<!-- there are types of input option
* input type = text
* input type = text
* input type = color
* input type = submit
* input type = file
* input type = date
* input type = radio
* input type = range-->