-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstform.html
38 lines (38 loc) · 1.04 KB
/
firstform.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
<!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>Berlin</title>
</head>
<body>
<div align = "center">
<font face="courier" size="6" color="red">
BENZERSİZ ŞEHİR BERLİN TURLARI İÇİN<br>
BİZİ ARAYINIZ.
</font>
</div>
<hr width="90%" size="5" noshade>
<form method="post" action="form_gonder.php">
<input type="text" name="adiniz">Adınız<br>
<input type="text" name="soyadiniz">Soyadınız<br>
<input type="text" name="adresiniz">Adresiniz<br>
<input type="text" name="tel-no">Tel No:<br>
<input type="submit" value="GÖNDER" align="center">
<input type="reset" value="SİL" align="center">
</form>
<hr width="90%" size="5" noshade>
<div align="center">
<adress align="left">
<font face="Arial">
<br>ÖRNEK TUR<br>
<a href="mailto:[email protected]">[email protected]</a>
<br>
Tatlı Cad. 13124213-Beşiktaş<br>
ÜTOPYA<br>
</font>
</adress>
</div>
</body>
</html>