Created
November 18, 2013 22:32
-
-
Save betul/7536565 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <input type="text" list="browsers" placeholder="Kitap / Yazar / Okuyucu Ara"> | |
| <datalist id="browsers"> | |
| <option value="Çalıkuşu"> | |
| <option value="Sergüzeşt"> | |
| <option value="Yaprak Dökümü"> | |
| <option value="Cehennem"> | |
| <option value="Da vinci şifresi"> | |
| <option value="Tanrı Yanılgısı"> | |
| <option value="Sofie'nin dünyası"> | |
| </datalist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment