Skip to content

Instantly share code, notes, and snippets.

@MiKolka7
Created November 3, 2014 21:26
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 MiKolka7/f74e978ad968f3e4d401 to your computer and use it in GitHub Desktop.
Save MiKolka7/f74e978ad968f3e4d401 to your computer and use it in GitHub Desktop.
A Pen by Коля.
<form name="example" action="#">
<input type="email" placeholder="E-mail"/>
<input type="url" placeholder="Адреса сайта"/>
<input type="search" placeholder="Пошук"/>
<input type="number" min="5" max="50" step="5" value="5" placeholder="Возраст"/>
<input type="range" max="100" step="2" value="10"/>
<input type="date" required/>
<input type="color" required/>
</form>
input {
margin-bottom: 20px;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment