Jump to content

Kitsada

Members
  • Posts

    1
  • Joined

  • Last visited

Kitsada's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. I want to use datalist in html, I tried it and it doesn't work. image >> aatQKl.png (716×484) (img.in.th) <label for="reigster">Log in</label> <input type="text" class="input" placeholder="Username" id="user" list="username-list"> <datalist id="username-list"> <option value="John"> <option value="Doe"> <option value="Jane"> </datalist> <input type="text" class="input" placeholder="Password" id="pass"> <div class="btn-go btn-login">Log in</div>
×
×
  • Create New...