21 Ekim 2019 Pazartesi

Bügün Okulda Neler Öğrendiklerimizi Anlatacagım WEB

     Bügün okulda neler öğrendiklerimizi anlatacagım 

Ders:WEB TASARIM VE PROGRAMLAMA
Tarih:21.10.2019
Konu:HTML Giriş Türleri

HTML'de kullanabileceğiniz farklı giriş türleri:



<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">
1.Bu kodları deftere yazdık.
2.Sonra hocamızın akıllı tahtaya yazdıgı kodları deftere  yazdık.
3. Bilgisiyara gecip not defterine yazdık kodları.
örnek

<html>
<head>
<title>11a hala yeni baslıyor</title>
</head>
<body bgcolor="red">
<form>
<p>lütfen tarihi giriniz<input type="date"></p>
<p>lütfen mail adresi giriniz<input type="email"></p>
<p>lütfen istediniz randevu saatini giriniz<input type="file"></p>
<p>lütfen<input type=week></p>
</form>
</body>
</html>