-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (24 loc) · 967 Bytes
/
about.html
File metadata and controls
27 lines (24 loc) · 967 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title><u>Balge Design Studios</u></title>
</head>
<body>
<h1>Balge Desing studios</h1>
<p><em>Balge desing studios is a Indian based conglomarate, Mr. Bond is CEO and Mr J T is CTO </em></p>
<hr>
<br>
<!-- <form class="" action="mailto:venka.057@gmail.com" method="post" enctype="text/plain"> -->
<!-- action == with redirect to page where you want to land on click of submit -->
<form class="" action="mailto:venka.057@gmail.com" method="post" enctype="text/plain">
<label for="">Your Name*</label>
<input type="text" name="Test user" value=""><br><br>
<label for="">Your Email*</label>
<input type="email" name="test@email.com" value=""><br><br>
<label for="">Description</label><br>
<textarea name="Hello!.. This is testing of form" rows="10" cols="80"></textarea><br><br><br>
<input type="submit" name="Save">
</form>
</body>
</html>