- language: using php in head, detect language of browser/user, load strings file per language
- fieldset: draw a box around controls
- legend: draw a caption within the fieldset border
- label: respond to mouse clicks, toggle checkbox, or setfocus to its input
- name=: group radio buttons
- placeholder=: obviates the need for labels in some cases
- autofocus: gets focus on page load
- required: form validated on submit
- input types with validation: email, url
- input types with pickers: number, range, color, date, time
- special date pickers: datetime, datetime-local, month, week
- input type search for search box form