+ 2
How to space the 'Submits' in output?
1 Resposta
+ 1
<style>
div{
align=center
}
</style>
<body>
<div>
<input type="submit" val="submit/>
</div>
</body>
You can use div tag line shown above for spacing.
In style tag
You can also use margin or align as per your requirement.