<form action="#" method="post">
<label for="name">Text Input</label>
<input type="text" name="name" />
<input type="text" name="name" />
<input type="radio" name="radio" value="radio-1"> Radio One</input>
<input type="radio" name="radio" value="radio-2"> Radio Two</input>
<input type="radio" name="radio" value="radio-3"> Radio Three </label>
<label for="checkbox">Checkbox:</label>
<input type="checkbox" name="checkbox" />
<input type="checkbox" name="checkbox" />
<input type="checkbox" name="checkbox" />
<input type="checkbox" name="checkbox" />
<input type="submit" value="Submit" />
<h3 class="text-elements">Text Elements: X</h3>
<h3 class="radio-elements">Radio Elements: X</h3>
<h3 class="checkbox-elements">Radio Elements: X</h3>