I'm building a long complex registration form, and I am wanting to get more clarification on using the HTML5 semantic tags within a form. Is it advisable to even use HTML5 semantic tags in a form? Some sites say forms aren't considered content, so they don't need such tags, like <section>. I have some parts of the form contained in <fieldset> tags... Should I use the <legend> tag or a heading tag (like <h2>) to specify a title for that part of the form? Heading tags get included in the document structure outline, so I'm not sure if the legend tag is useful anymore. Plus it is a pain to style. Should I also enclose each <fieldset> in a <section> tag, or is that redundant? I've searched various online tutorial sites for answers and only got myself more confused. Thanks for any help! Kim
... View more