Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as HTML by 123123 ( 3 years ago )
<!doctype html>
<html>
<head>
<title>FORM ETİKETLERİ</title>
<meta charset="utf-8">   
</head>
<body>
<form action="www.yazilimkodlama.com" method="get" >
<table border="0">
<tr>
<td>Ad :</td>
<td><input type="text" name="ad" id="ad" required placeholder="Lütfen Adınızı Girin"></td>
</tr>
<tr>
<td>Soyad :</td>
<td><input type="text"name="soyad"id="soyad" required placeholder="Lütfen Soyadınızı Girin"></td>
</tr>
<tr>
	<td colspan="2">
FUTBOL<input type="checkbox"name="hobi1" id="hobi1"> 
YÜZME<input type="checkbox"name="hobi2" id="hobi2">  
KARATE<input type="checkbox"name="hobi3" id="hobi3">  
KİTAP<input type="checkbox"name="hobi4" id="hobi4">
    </td>  
</tr>
<tr>
 
<td colspan="2">
KADIN<input type="radio"name="cinsiyet" id="cinsiyet"  value="kadın">
ERKEK<input type="radio" name="cinsiyet" id="cinsiyet" value="erkek">
</td>
 
</tr>
<tr>
<td>YAŞ</td>
<td><input type="number" name="yas" id="yas" min="18" max="88"></td>
</tr>
 
<tr>
<td>MAİL:</td>
<td><input type="email" name="mail" id="mail" required></td>
</tr>
 
<tr>
<td colspan="2">
<input type="submit" name="kaydet" id="kaydet" value="KAYDET">
<input type="reset" name="sil" id="sil" value="TEMİZLE">
       
</td>
</tr>        
    </table>    
 
</form>
    
</body>
 
</html>

 

Revise this Paste

Your Name: Code Language: