Here is the code snippet I'm currently working with:
<fieldset class=last>
<button>Refresh</button>
<button> Clear</button>
</fieldset>
<form method="POST" action="*******">
<button> Download</button>
</form>
My goal is to have all three buttons displayed side by side. Currently, the download button appears below the refresh and clear buttons. How can I achieve this layout? You can view the code on FIDDLE