Ok, I pretty much get the fieldset tag in html apart from two situations:
Should I use it if there will be only one element inside it (after all it is for 'grouping' form elements)
Should it be used to encapsulate a form submit button? I typically use a div for this although I constantly wonder whether a fieldset would be better.
Thanks in advance