Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <form>
  2.     <fieldset>
  3.     <legend>judul fieldset</fieldset>
  4.     <input> type="text">
  5.     </fieldset>
  6.     </form>
  7.     <select>
  8.     <optgroup label="sate">
  9.     <option>sate ayam</option>
  10.     <option>sate kambing</optin>
  11.     </optgroup>
  12.     </select>
  13.     <input type="text(value)" list="namalist">
  14.     <datalist id="namalist">
  15.     <option>sate ayam</option>
  16.     <option>sate kambing</option>
  17.     </datalist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement