<div id="table-settings">
<h2>Select Term</h2>
<p>Selct a term from the drop-down list:</p>
<form action="/action_page.php">
<!––fill in with actual php stuff--->
<select name="term">
<option value="termSel">Sel</option>
</select>
<br><br>
<input type="submit">
</form>
</div>