<title>Document</title>
<form action="">
    <label for="">İsim</label>
        <input placeholder="İsim" name="isim" type="text"> 
    
        <br>
        <label for="">Soyisim</label>
        <input placeholder="Soyisim" name="soyadı" type="text">
    
        <br>
        <label for="">Telefon Numarası</label>
         <input type="number" name="telefon">
    
    <br>
    <label for="">E-Mail adresiniz </label>
        
        <input name="e-mail" type="text" placeholder="email">  
    <br>
    <label for="">
       Erkek <input name="cinsiyet" type="radio">
       Kadın <input name="cinsiyet" type="radio">
    </label>
    <br>

Yorum <textarea name="yorumunuz" id="" cols="30" rows="10"></textarea>

       <input name="gönder" type="submit" value="Gönder">
       
      
</form>