summaryrefslogtreecommitdiff
path: root/webtas_notlar.txt
blob: 6e09edfc2f141f8ae82764239d0f540045201453 (plain)
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
<A> </A> Ag etiketi ve mail
<a href="www.adres.adres." target="hedef_tipi"> link yazisi</a>
target _blank yeni sayfa
_self ayni sayfa
_parent
_top
sayfa ici 
sayfa disi
site disi
e posta
<a href="#1"> bu etiket 1. name'ye gider</a>
<a name="#1"></a>

<form> etiketi 
GET form elemanlari url'de gorunur, POST gorunmez
<form method="post">
<form method="get">
action ozellikleri Mailto ya da URL
<input type="text" name="kisi_adi" size="10">
<input type="password" value="otomatik yazilan deger" name="sifre" maxlenght="16">
<input> argumanlari
type={radio, checkbox,select)  	name
value				size
maxlenght		 	checked
src 				alt
align				readonly
disabled		
// form elemani
<text area
<select name="liste">
	<option value= "1">birinci eleman</option>
</select>
type="file"
type=submit onay butonu
type=reset formu temizler