treehouse : what would you like to learn today?
Web Design Web Development iOS Development

is fieldset only for grouping form element?

  • Before reading this article http://www.juixe.com/techknow/index.php/2007/01/14/html-fieldset-tag/ i had known fieldset is only for a grouping of form elements. i want to know from expert is fieldset cab be used in a place of div or to group somthing else like this article.http://www.juixe.com/techknow/index.php/2007/01/14/html-fieldset-tag/
  • Fieldset is to be used to group form elements only. Why would you want to use it in place of div anyway? That is what a div is for - creating a division of linked block elements.
  • before answering plz see this article http://www.juixe.com/techknow/index.php ... ldset-tag/

    The fieldset tag helps to visually group elements, such as a login form or a group of links.
  • I've already answered and Fieldsets are for grouping form elements. Not everything you find on the internet is correct. It may not be used for a groups of links - for that you would typically use UL.
  • Thx box to clear my confusion