-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTACT US.html
46 lines (42 loc) · 1.48 KB
/
CONTACT US.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CONTACT US</title>
</head>
<body>
<div class="breadcrumb">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="MERMICO.html">Home</a></li>
<li class="breadcrumb-item"><a href="#">Our market</a></li>
<li class="breadcrumb-item"><a href="#">About us</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact us</li>
</ol>
</nav>
</div>
<div class="container">
<div id="CONTACT US" style="text-align: center">
<h2 style="background-color: cyan; text-align: center">CONTACT US</h2>
<form action="#" >
<div style="font-size: 19px;">Enter your name here</div>
<div>
<input class="styleinput" type="text" name="fullnames" placeholder="enter your full names"> <br><br>
</div>
<div style="font-size: 19px;">Enter your E-mail address</div>
<div>
<input class="styleinput" type="email" name="email adress" placeholder="enter your email address">
</div>
<div style="font-size: 19px;">Enter your phone number</div>
<div>
<input class="styleinput" type="text"name="phone no" placeholder="Enter your phone number">
</div>
<div>
<textarea name="aoi" id="" cols="30" rows="10"></textarea>
</div>
<button STYLE="background-color: cyan;"> SUBMIT RESPONSE</button>
</form>
</div>
</div>
</body>
</html>