Can anyone kindly help me on how to align these two buttons using css?
<div>
<form action="create.html">
<input type="submit" value="Add" />
</form>
<input type="button" value="Delete" onclick="deleteItem()" />
</div>
As I did the two buttons are one above the other