I've go a somewhat silly question... Cant figure out how to create a button with image So far I've come to the the
<form>
<input type="button" value="back" onclick="history.back()">
</form>
Instead of "back" button I would like to have f.e images/back.jpg button
Do i need to create a new class button in css?
Thank you!