DIV (in gray/blue)

input type="text":
input type="button":
input type="radio": YES   NO
select box:
input type="checkbox":
textarea:

If you want to be able to 'get a handle' on an element, you should give it a name and/or id (you don't have to, but it's a lot easier if you do).