Advertisement
Guest User

Untitled

a guest
May 29th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.44 KB | None | 0 0
  1. <fieldset>
  2. <legend>Login:</legend>
  3. <div class="form_item string"><label for="750000">Username:</label><input type="text" name="username" value="UserName"  /></div><div class="form_item string"><label for="750001">Password:</label><input type="password" name="password" value=""  /></div></fieldset><div class="form_item checkbox"><label for="750002">Favorite fruit(s):</label><ul class="nolist"><li class="clearfix"><label for="750002">Favorite fruit(s):</label><label for="900000">Apple:</label><input type="checkbox" name="fruits[]" value="apple" checked="checked" Array /></li><li class="clearfix"><label for="750002">Favorite fruit(s):</label><label for="900001">Banana:</label><input type="checkbox" name="fruits[]" value="banana" Array /></li><li class="clearfix"><label for="750002">Favorite fruit(s):</label><label for="900002">Bayabas:</label><input type="checkbox" name="fruits[]" value="guava" Array /></li></ul></div><div class="form_item string"><label for="750004"></label><input type="hidden" name="language" value="" />
  4. </div><div class="form_item checkbox"><label for="750003">Favorite color:</label><ul class="nolist"><li class="clearfix"><label for="750003">Favorite color:</label><label for="900003">Red</label><input type="radio" name="color" value="red"  /></li><li class="clearfix"><label for="750003">Favorite color:</label><label for="900004">Pink</label><input type="radio" name="color" value="pink" checked="checked"  /></li><li class="clearfix"><label for="750003">Favorite color:</label><label for="900005">Black</label><input type="radio" name="color" value="black"  /></li></ul></div><label for="750005">Your Comment(s):</label><textarea name="comment" cols="90" rows="12" ></textarea><fieldset>
  5.  
  6. <legend>Wish List:</legend>
  7. <div class="form_item string"><label for="750006">Item Name:</label><input type="text" name="itemname" value=""  /></div><div class="form_item string"><label for="750007">Price:</label><input type="text" name="price" value=""  /></div></fieldset><div class="form_item"><label for="750008">Select Car(s):</label><select name="cars[]">
  8. <option value="volvo">Volvo</option>
  9. <option value="saab">Saab</option>
  10. <option value="fiat">Fiat</option>
  11. <option value="audi">Audi</option>
  12. <optgroup label="Sweedish Cars">
  13. <option value="volvo">Volvo</option>
  14.  
  15. <option value="saab">Saab</option>
  16. </optgroup>
  17. <optgroup label="German Cars">
  18. <option value="fiat">Fiat</option>
  19. <option value="audi">Audi</option>
  20. </optgroup>
  21. </select></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement