Skip to content

Ders Notu Sitesi

Ders Notları

  • Ana Sayfa
  • HTML
  • HTML Formlar
  • PHP
Posted inHTML HTML Formlar

HTML Form Gönderme

Form verilerini GET ve POST metodlarını kullanarak gönderebiliriz. GET Metodu İle Gönderme GET metodu ile…
Yazıyı oku
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Textarea Elemanı

textarea elemanı, çok satırlı metin giriş alanı oluşturur. <textarea name="message" rows="10" cols="30"> Mesajınızı bu alana…
Yazıyı oku
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Select Elemanı

select elemanı açılır liste oluşturur. <label for="cities">Şehir Seçin:</label> <select id="cities" name="cities"> <option value="34">İstanbul</option> <option value="06">Ankara</option>…
Yazıyı oku
Posted by Kadir Aba 07.04.2025
Konular
PHP
HTML
HTML
Posted inHTML HTML Formlar

HTML File Input

file tipindeki input, dosya yüklemeleri için dosya seçme alanı ve bir “Gözat” düğmesi oluşturur. <form>…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Email Input

email tipindeki input, eposta adresi içermesi gereken giriş alanları için kullanılır. Tarayıcının desteğine bağlı olarak,…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Date Input

date tipinde input, tarih içermesi gereken giriş alanları için kullanılır. Tarayıcı desteğine bağlı olarak da…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Color Input

color tipinde input kullanıcının renk seçmesine olanak tanıyan bir form elemanı oluşturur. Tarayıcının desteğine bağlı…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Button Input

button tipindeki input bir düğme (button) tanımlar. Bu button daha önce anlatılan submit ve reset…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Checkbox Input

checkbox tipindeki input kullanıcılara seçim yapmalarını sağlayan bir seçim alanı oluşturur. <input type="checkbox"> Temel kullanımı…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Radio Input

radio tipindeki input bir radio button adı verilen seçim elemanı tanımlar. radio buttonlar kullanıcının sınırlı…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Reset Input

reset tipindeki input bir resetleme butonu oluşturur. Reset butonuna tıklandığı zaman form üzerindeki veriler varsayılan…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Submit Input

submit tipindeki input, form verilerini bir form işleyicisine göndermek için bir düğme (button) oluşturur. Form…
Read More
Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Password Input

Şifre alanı oluşturmak istersek kullanmamız gereken inputtur. <input type="password"> En yalın kullanımı yukarıdaki kodda yer…
Read More
Posted by Kadir Aba 07.04.2025

Posts pagination

Previous page 1 2 3 4 Next page
Son Yazılar
  • PHP’de Değişkenler 07.04.2025
  • PHP echo ve print Komutları 07.04.2025
  • PHP 07.04.2025
  • HTML Form Gönderme 07.04.2025
  • HTML Textarea Elemanı 07.04.2025
Kategoriler
  • HTML 31
  • HTML Formlar 20
  • PHP 3
You May Have Missed
Posted inPHP

PHP’de Değişkenler

Posted by Kadir Aba 07.04.2025
Posted inPHP

PHP echo ve print Komutları

Posted by Kadir Aba 07.04.2025
Posted inPHP

PHP

Posted by Kadir Aba 07.04.2025
Posted inHTML HTML Formlar

HTML Form Gönderme

Posted by Kadir Aba 07.04.2025
Copyright 2025 — Ders Notu Sitesi
Scroll to Top