I have the below html:
<BODY>
Hello:
<br>
<button>Hi</button>
<button>Hey</button>
<button>Bye</button>
<hr>
</BODY>
I'm trying to make them appear in the centre of the body by placing them inside <div>
but it didn't work. Any thoughts?