Last active
December 14, 2015 01:29
-
-
Save Gasoid/5006223 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
<!-- 99% форм так делаются--> | |
<form> | |
<input value="" type="text" placeholder="поиск..."/> | |
<!-- Это кнопка --> | |
<input type="submit" value="Найти"/> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment