HTML Alfabetik
HTML Standart Özellikler
HTML Olay Özellikleri
HTML Dil Kodları
HTML Doctype
<!-- ... -->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<command>
<datalist>
<dd>
<del>
<details>
<dfn>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<h1> ... <h6>
<head>
<header>
<hgroup>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<meta>
<meter>
<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
Örnek
<form action="demo.php">
<input type="text" name="fisim" placeholder="İsminiz">
<input type="text" name="fsisim" placeholder="Soyisiminiz">
<input type="submit" value="Gönder">
</form>
<input> placeholder özelliğini Internet Explorer hariç popüler tarayıcılar desteklemektedir.
Placeholder özelliği giriş alanın girilmesi düşünülen değer ile ilgili açıklayıcı kısa ipucu belirtir.
İpucu giriş alanında görüntülenir ve odaklanıldığında kaybolur veya pasifleşir.
Placeholder özelliği şu giriş alanları ile çalışır: text, search, url, tel, email ve password.
Placeholder özelliği HTML5 ile yeni gelen bir özelliktir.
<input placeholder=" metin ">
Değer | Tanım |
---|---|
metin | Giriş alanına girilmesi istenen değer için bir ipucu belirtir. |
HTML Referansları