Skip to content

Instantly share code, notes, and snippets.

@iiic
Created May 30, 2014 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiic/498e82ffeb8a8ce468ea to your computer and use it in GitHub Desktop.
Save iiic/498e82ffeb8a8ce468ea to your computer and use it in GitHub Desktop.
Nový html tag pro našeptávač
<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Našeptávání</title>
<input list="browsers">
<datalist id="browsers">
<option value="Safari">
<option value="Internet Explorer">
<option value="Opera">
<option value="Firefox">
</datalist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment