<p>Choose Your Attack</p>
<form action="javascript:ale()">
<div>
<input type="text" id="find">
<input type="submit">
</div>
</form>
<span></span>
<audio controls>
<source src="k_01.ogg" type="audio/ogg">
<source src="k_01.mp3" type="audio/mpeg">
</audio>
Above In my code are the two things I want to position (with full control (unlike using br and centre)(probably by choosing the pixel position)) I don't know how to move them and want them to fit inside a bordered box. How would I position these two things?