I'm making a start screen, and i have a image acting as a button, and i have completely forgot how to position it on the page to where i want it to be.
<div id="SplashScreen" width="400" height="400">
<h1>Game Title</h1>
<img id="StartButton" src="play.png"/>
</div>
How would i place this where i want it on the screen? I don't mind how it is coded as i know
BTW I'm new to html, So please excuse my noob questions :)