how to make form not reload page

HTML
<form onsubmit="return false">
</form>
Source

Also in HTML: