Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <form action="post">
  2. Username:<input type="text" id="username" name="username" size="25" />
  3. Password:<input type="password" id="pass" name="pass" size="25" />
  4. Comments:<textarea cols="25" rows="25" name="comments" id="comments"></textarea>
  5. Category:<select name="category" id="category">
  6. <option>Fun</option>
  7. <option>Log</option>
  8. <option>Real world</option>
  9. <option>Politics</option>
  10. <option>Series: Office Warfare</option>
  11. <option>Un-categorized</option>
  12. </select>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement