formularze

Super User
Odsłony: 298

Formularz HTML tworzymy poprzez zastosowanie elementu <form>. Stworzymy teraz prosty przykładowy formularz rejestracyjny, w którym trzeba będzie uzupełnić login, email oraz hasło dostępowe do serwisu.

 

<form>

  <label>Twój Login <input type="text"></label>

  <label>Twój email <input type="email"></label>

  <label>Twoje hasło <input type="password"></label>

</form>

Źródło:http://how2html.pl/form-html/

Poradnik do wstawiana formularzy na stronie

Kategoria: