Title Header


Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pharetra, tellus sit amet congue vulputate, nisi erat iaculis nibh, vitae feugiat sapien ante eget mauris.Aenean sollicitudin imperdiet arcu, vitae dignissim est posuere id.Lorem ipsum dolor sit amet

Get Adobe Flash player

Formularz HTML

<form>

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>

FILM: Kurs HTML odc. 6: Klasyczne kontrolki formularzy

źródło
Copyright © 2024 School's Fun  Rights Reserved.