Good day! I just start working with php html and i have a question on how can i put whitespaces between the Registraion Form and Edit Registration Form. Any help would be very much appreciated. Thank you!
<div style="padding-left:380px;">
<a href="add.php"> Registration Form </a>
<a href="edit.php"> Edit Registration Form </a>
</div>
Output must be:
Registration Form Edit Registration Form