How to space the 'Submits' in output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to space the 'Submits' in output?

3rd Sep 2016, 6:41 PM
Li Kyüi Ng'bawi Awm
Li Kyüi Ng'bawi Awm - avatar
1 Answer
+ 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.
9th Sep 2016, 6:02 PM
Rishit Sonecha
Rishit Sonecha - avatar