How do you group form elements together for styling or semantic purposes?
Using the <form-group> element
<form-group>
Using the <fieldset> element
<fieldset>
Using the <group> attribute in the <form> element
<group>
<form>
Using the <form-set> element
<form-set>